Modifier and Type | Method and Description |
---|---|
static long |
MetaMigrationConvertingToPB.updateMetaIfNecessary(MasterServices services)
Deprecated.
Converting writable serialization to PB, if it is needed.
|
Modifier and Type | Method and Description |
---|---|
MasterServices |
MasterCoprocessorEnvironment.getMasterServices() |
Modifier and Type | Class and Description |
---|---|
class |
HMaster
HMaster is the "master server" for HBase.
|
static class |
HMasterCommandLine.LocalHMaster |
Modifier and Type | Method and Description |
---|---|
void |
LoadBalancer.setMasterServices(MasterServices masterServices)
Set the master service.
|
Constructor and Description |
---|
MasterFileSystem(Server master,
MasterServices services,
boolean masterRecovery) |
ServerManager(Server master,
MasterServices services)
Constructor.
|
SplitLogManager(ZooKeeperWatcher zkw,
org.apache.hadoop.conf.Configuration conf,
Stoppable stopper,
MasterServices master,
ServerName serverName,
boolean masterRecovery)
Wrapper around
SplitLogManager.SplitLogManager(ZooKeeperWatcher zkw, Configuration conf,
Stoppable stopper, MasterServices master, ServerName serverName,
boolean masterRecovery, TaskFinisher tf)
that provides a task finisher for copying recovered edits to their final destination. |
SplitLogManager(ZooKeeperWatcher zkw,
org.apache.hadoop.conf.Configuration conf,
Stoppable stopper,
MasterServices master,
ServerName serverName,
boolean masterRecovery,
SplitLogManager.TaskFinisher tf)
Its OK to construct this object even when region-servers are not online.
|
TableNamespaceManager(MasterServices masterServices) |
Modifier and Type | Field and Description |
---|---|
protected MasterServices |
BaseLoadBalancer.services |
Modifier and Type | Method and Description |
---|---|
void |
BaseLoadBalancer.setMasterServices(MasterServices masterServices) |
void |
StochasticLoadBalancer.setMasterServices(MasterServices masterServices) |
Modifier and Type | Field and Description |
---|---|
protected MasterServices |
TableEventHandler.masterServices |
protected MasterServices |
ServerShutdownHandler.services |
protected MasterServices |
LogReplayHandler.services |
Modifier and Type | Field and Description |
---|---|
protected MasterServices |
TakeSnapshotHandler.master |
Modifier and Type | Method and Description |
---|---|
void |
SnapshotManager.initialize(MasterServices master,
MetricsMaster metricsMaster) |
Constructor and Description |
---|
CloneSnapshotHandler(MasterServices masterServices,
HBaseProtos.SnapshotDescription snapshot,
HTableDescriptor hTableDescriptor) |
DisabledTableSnapshotHandler(HBaseProtos.SnapshotDescription snapshot,
MasterServices masterServices) |
EnabledTableSnapshotHandler(HBaseProtos.SnapshotDescription snapshot,
MasterServices master,
SnapshotManager manager) |
MasterSnapshotVerifier(MasterServices services,
HBaseProtos.SnapshotDescription snapshot,
org.apache.hadoop.fs.Path rootDir) |
RestoreSnapshotHandler(MasterServices masterServices,
HBaseProtos.SnapshotDescription snapshot,
HTableDescriptor htd) |
SnapshotManager(MasterServices master,
MetricsMaster metricsMaster,
ProcedureCoordinator coordinator,
ExecutorService pool)
Fully specify all necessary components of a snapshot manager.
|
TakeSnapshotHandler(HBaseProtos.SnapshotDescription snapshot,
MasterServices masterServices) |
Modifier and Type | Method and Description |
---|---|
abstract void |
MasterProcedureManager.initialize(MasterServices master,
MetricsMaster metricsMaster)
Initialize a globally barriered procedure for master.
|
void |
MasterProcedureManagerHost.initialize(MasterServices master,
MetricsMaster metricsMaster) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.