Class TestClientMetaCoprocessor.TestCoprocessor
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestClientMetaCoprocessor.TestCoprocessor
- All Implemented Interfaces:
org.apache.hadoop.hbase.Coprocessor,org.apache.hadoop.hbase.coprocessor.ClientMetaCoprocessor
- Enclosing class:
- TestClientMetaCoprocessor
public static class TestClientMetaCoprocessor.TestCoprocessor
extends Object
implements org.apache.hadoop.hbase.coprocessor.ClientMetaCoprocessor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.Coprocessor
org.apache.hadoop.hbase.Coprocessor.State -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.apache.hadoop.hbase.coprocessor.ClientMetaObserverFields inherited from interface org.apache.hadoop.hbase.Coprocessor
PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_SYSTEM, PRIORITY_USER, VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.apache.hadoop.hbase.coprocessor.ClientMetaObserver>protected voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.hbase.Coprocessor
getServices, start, stop
-
Field Details
-
observer
-
-
Constructor Details
-
TestCoprocessor
public TestCoprocessor()
-
-
Method Details
-
resetMock
-
getClientMetaObserver
- Specified by:
getClientMetaObserverin interfaceorg.apache.hadoop.hbase.coprocessor.ClientMetaCoprocessor
-