Package org.apache.hadoop.hbase.master
Class TestClockSkewDetection.DummyMasterServices
java.lang.Object
org.apache.hadoop.hbase.master.MockNoopMasterServices
org.apache.hadoop.hbase.master.TestClockSkewDetection.DummyMasterServices
- All Implemented Interfaces:
org.apache.hadoop.hbase.Abortable
,org.apache.hadoop.hbase.master.MasterServices
,org.apache.hadoop.hbase.Server
,org.apache.hadoop.hbase.Stoppable
- Enclosing class:
- TestClockSkewDetection
private static final class TestClockSkewDetection.DummyMasterServices
extends MockNoopMasterServices
-
Field Summary
Modifier and TypeFieldDescriptionprivate final org.apache.hadoop.hbase.master.assignment.AssignmentManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.master.assignment.AssignmentManager
Methods inherited from class org.apache.hadoop.hbase.master.MockNoopMasterServices
abort, abortProcedure, addColumn, addReplicationPeer, checkIfShouldMoveSystemRegionAsync, checkTableModifiable, createConnection, createSystemTable, createTable, deleteColumn, deleteTable, disableReplicationPeer, disableTable, enableReplicationPeer, enableTable, executeRegionPlansWithThrottling, flushMasterStore, flushTable, getAccessChecker, getAsyncClusterConnection, getCatalogJanitor, getChoreService, getClientIdAuditPrefix, getClusterSchema, getConfiguration, getConnection, getCoordinatedStateManager, getExecutorService, getFavoredNodesManager, getFileSystem, getHbckChore, getInitializedEvent, getLastMajorCompactionTimestamp, getLastMajorCompactionTimestampForRegion, getLoadBalancer, getLockManager, getLocks, getMasterActiveTime, getMasterCoprocessorHost, getMasterFileSystem, getMasterMetrics, getMasterProcedureExecutor, getMasterProcedureManagerHost, getMasterQuotaManager, getMasterWalManager, getMetaLocationSyncer, getProcedures, getRegionNormalizerManager, getRegionServerVersion, getReplicationLogCleanerBarrier, getReplicationPeerConfig, getReplicationPeerManager, getRSGroupInfoManager, getServerManager, getServerName, getSnapshotManager, getSyncReplicationPeerLock, getSyncReplicationReplayWALManager, getTableDescriptors, getTableStateManager, getZKPermissionWatcher, getZooKeeper, isAborted, isActiveMaster, isBalancerOn, isClusterUp, isInitialized, isInMaintenanceMode, isReplicationPeerModificationEnabled, isSplitOrMergeEnabled, isStopped, isStopping, listReplicationPeers, listTableDescriptorsByNamespace, listTableNamesByNamespace, mergeRegions, modifyColumn, modifyColumnStoreFileTracker, modifyTable, modifyTable, modifyTableStoreFileTracker, normalizeRegions, registerService, removeReplicationPeer, replicationPeerModificationSwitch, runReplicationBarrierCleaner, skipRegionManagementAction, splitRegion, stop, transitReplicationPeerSyncReplicationState, truncateRegion, truncateTable, updateReplicationPeerConfig
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.hbase.Abortable
abort
Methods inherited from interface org.apache.hadoop.hbase.master.MasterServices
getSplitWALManager
Methods inherited from interface org.apache.hadoop.hbase.Server
getAsyncConnection
-
Field Details
-
am
-
-
Constructor Details
-
DummyMasterServices
-
-
Method Details
-
getAssignmentManager
- Specified by:
getAssignmentManager
in interfaceorg.apache.hadoop.hbase.master.MasterServices
- Overrides:
getAssignmentManager
in classMockNoopMasterServices
-