Class RegionProcedureStorePerformanceEvaluation.DummyServer
java.lang.Object
org.apache.hadoop.hbase.util.MockServer
org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStorePerformanceEvaluation.DummyServer
- All Implemented Interfaces:
org.apache.hadoop.hbase.Abortable,org.apache.hadoop.hbase.Server,org.apache.hadoop.hbase.Stoppable
- Enclosing class:
- RegionProcedureStorePerformanceEvaluation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.apache.hadoop.conf.Configurationprivate final org.apache.hadoop.hbase.ServerNameFields inherited from class org.apache.hadoop.hbase.util.MockServer
aborted, stopped -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.conf.Configurationorg.apache.hadoop.hbase.ServerNameMethods inherited from class org.apache.hadoop.hbase.util.MockServer
abort, createConnection, getAsyncClusterConnection, getChoreService, getConnection, getCoordinatedStateManager, getFileSystem, getZooKeeper, isAborted, isStopped, isStopping, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.hbase.Abortable
abortMethods inherited from interface org.apache.hadoop.hbase.Server
getAsyncConnection
-
Field Details
-
conf
-
serverName
-
-
Constructor Details
-
DummyServer
-
-
Method Details
-
getConfiguration
- Specified by:
getConfigurationin interfaceorg.apache.hadoop.hbase.Server- Overrides:
getConfigurationin classMockServer
-
getServerName
- Specified by:
getServerNamein interfaceorg.apache.hadoop.hbase.Server- Overrides:
getServerNamein classMockServer
-