Package org.apache.hadoop.hbase.master
Class MasterCoprocessorHost.MasterObserverOperation
java.lang.Object
org.apache.hadoop.hbase.coprocessor.ObserverContextImpl<E>
CoprocessorHost<C,E>.ObserverOperation<O>
CoprocessorHost<MasterCoprocessor,MasterCoprocessorEnvironment>.ObserverOperationWithoutResult<MasterObserver>
org.apache.hadoop.hbase.master.MasterCoprocessorHost.MasterObserverOperation
- All Implemented Interfaces:
ObserverContext<MasterCoprocessorEnvironment>
- Enclosing class:
- MasterCoprocessorHost
-
Constructor Summary
ConstructorDescriptionMasterObserverOperation
(boolean bypassable) MasterObserverOperation
(User user) MasterObserverOperation
(User user, boolean bypassable) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithoutResult
call
Methods inherited from class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperation
postEnvCall
Methods inherited from class org.apache.hadoop.hbase.coprocessor.ObserverContextImpl
bypass, createAndPrepare, getCaller, getEnvironment, isBypassable, prepare, shouldBypass
-
Constructor Details
-
MasterObserverOperation
public MasterObserverOperation() -
MasterObserverOperation
-
MasterObserverOperation
-
MasterObserverOperation
-