| Modifier and Type | Method and Description |
|---|---|
MasterServices |
SplitLogManagerCoordination.SplitLogManagerDetails.getMaster() |
| Constructor and Description |
|---|
SplitLogManagerDetails(ConcurrentMap<String,SplitLogManager.Task> tasks,
MasterServices master,
Set<String> failedDeletions) |
| Modifier and Type | Method and Description |
|---|---|
MasterServices |
HasMasterServices.getMasterServices()
Deprecated.
|
| 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 |
|---|---|
protected AssignmentManager |
HMaster.createAssignmentManager(MasterServices master,
MasterRegion masterRegion) |
protected ServerManager |
HMaster.createServerManager(MasterServices master,
RegionServerList storage)
Create a
ServerManager instance. |
| Constructor and Description |
|---|
MasterCoprocessorHost(MasterServices services,
org.apache.hadoop.conf.Configuration conf) |
MasterWalManager(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path rootDir,
MasterServices services) |
MasterWalManager(MasterServices services) |
RegionServerTracker(ZKWatcher watcher,
MasterServices server) |
ServerManager(MasterServices master,
RegionServerList storage)
Constructor.
|
SplitLogManager(MasterServices master,
org.apache.hadoop.conf.Configuration conf)
Deprecated.
Its OK to construct this object even when region-servers are not online.
|
SplitWALManager(MasterServices master) |
WorkerAssigner(MasterServices master,
int maxTasks,
ProcedureEvent<?> event) |
| Constructor and Description |
|---|
AssignmentManager(MasterServices master,
MasterRegion masterRegion) |
RegionStateStore(MasterServices master,
MasterRegion masterRegion) |
| Constructor and Description |
|---|
MasterClusterInfoProvider(MasterServices services) |
| Constructor and Description |
|---|
HbckChore(MasterServices master) |
| Constructor and Description |
|---|
ClusterMetricsResource(MasterServices master) |
| Constructor and Description |
|---|
CatalogJanitor(MasterServices services) |
MetaFixer(MasterServices masterServices) |
| Constructor and Description |
|---|
RollingUpgradeChore(MasterServices masterServices) |
| Modifier and Type | Field and Description |
|---|---|
protected MasterServices |
RSProcedureDispatcher.master |
| Modifier and Type | Method and Description |
|---|---|
protected MasterServices |
MasterProcedureUtil.NonceProcedureRunnable.getMaster() |
MasterServices |
MasterProcedureEnv.getMasterServices() |
| Constructor and Description |
|---|
FsUtilsLeaseRecovery(MasterServices master) |
MasterProcedureEnv(MasterServices master) |
MasterProcedureEnv(MasterServices master,
RSProcedureDispatcher remoteDispatcher) |
NonceProcedureRunnable(MasterServices master,
long nonceGroup,
long nonce) |
RSProcedureDispatcher(MasterServices master) |
| Constructor and Description |
|---|
SyncReplicationReplayWALManager(MasterServices services) |
| Constructor and Description |
|---|
SlowLogMasterService(org.apache.hadoop.conf.Configuration configuration,
MasterServices masterServices) |
| 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 |
|---|
DisabledTableSnapshotHandler(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription snapshot,
MasterServices masterServices,
SnapshotManager snapshotManager) |
EnabledTableSnapshotHandler(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription snapshot,
MasterServices master,
SnapshotManager manager) |
MasterSnapshotVerifier(MasterServices services,
org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription snapshot,
org.apache.hadoop.fs.FileSystem workingDirFs) |
TakeSnapshotHandler(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription snapshot,
MasterServices masterServices,
SnapshotManager snapshotManager) |
| Constructor and Description |
|---|
NamespaceAuditor(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MasterFlushTableProcedureManager.initialize(MasterServices master,
MetricsMaster metricsMaster) |
| Constructor and Description |
|---|
MasterQuotaManager(MasterServices masterServices) |
| Modifier and Type | Method and Description |
|---|---|
static RSGroupInfoManager |
RSGroupInfoManager.create(MasterServices master) |
static Optional<RSGroupInfo> |
RSGroupUtil.getRSGroupInfo(MasterServices master,
RSGroupInfoManager manager,
TableName tableName)
Will try to get the rsgroup from
TableDescriptor first, and then try to get the rsgroup
from the NamespaceDescriptor. |
static List<TableName> |
RSGroupUtil.listTablesInRSGroup(MasterServices master,
String groupName) |
void |
RSGroupBasedLoadBalancer.setMasterServices(MasterServices masterServices) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.