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.
|
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 |
LogReplayHandler.services |
protected MasterServices |
ServerShutdownHandler.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 |
---|---|
void |
MasterProcedureManagerHost.initialize(MasterServices master,
MetricsMaster metricsMaster) |
abstract void |
MasterProcedureManager.initialize(MasterServices master,
MetricsMaster metricsMaster)
Initialize a globally barriered procedure for master.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.