Class TestCoreMasterCoprocessor.NotCoreMasterCoprocessor
java.lang.Object
org.apache.hadoop.hbase.coprocessor.TestCoreMasterCoprocessor.NotCoreMasterCoprocessor
- All Implemented Interfaces:
org.apache.hadoop.hbase.Coprocessor,org.apache.hadoop.hbase.coprocessor.MasterCoprocessor
- Enclosing class:
- TestCoreMasterCoprocessor
public static class TestCoreMasterCoprocessor.NotCoreMasterCoprocessor
extends Object
implements org.apache.hadoop.hbase.coprocessor.MasterCoprocessor
No annotation with CoreCoprocessor. This should make it so I can NOT get at instance of a
MasterServices instance after some gymnastics.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.Coprocessor
org.apache.hadoop.hbase.Coprocessor.State -
Field Summary
Fields inherited from interface org.apache.hadoop.hbase.Coprocessor
PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_SYSTEM, PRIORITY_USER, VERSION -
Constructor Summary
Constructors -
Method Summary
Methods 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, stopMethods inherited from interface org.apache.hadoop.hbase.coprocessor.MasterCoprocessor
getMasterObserver
-
Constructor Details
-
NotCoreMasterCoprocessor
public NotCoreMasterCoprocessor()
-