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
Modifier and TypeFieldDescriptionprivate final org.apache.hadoop.conf.Configuration
private final org.apache.hadoop.hbase.ServerName
Fields inherited from class org.apache.hadoop.hbase.util.MockServer
aborted, stopped
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.conf.Configuration
org.apache.hadoop.hbase.ServerName
Methods inherited from class org.apache.hadoop.hbase.util.MockServer
abort, createConnection, getAsyncClusterConnection, getChoreService, getConnection, getCoordinatedStateManager, getFileSystem, getZooKeeper, isAborted, isStopped, isStopping, stop
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.Server
getAsyncConnection
-
Field Details
-
conf
-
serverName
-
-
Constructor Details
-
DummyServer
-
-
Method Details
-
getConfiguration
- Specified by:
getConfiguration
in interfaceorg.apache.hadoop.hbase.Server
- Overrides:
getConfiguration
in classMockServer
-
getServerName
- Specified by:
getServerName
in interfaceorg.apache.hadoop.hbase.Server
- Overrides:
getServerName
in classMockServer
-