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
ConstructorsConstructorDescriptionMasterObserverOperation(boolean bypassable) MasterObserverOperation(ObserverRpcCallContext rpcCallContext) MasterObserverOperation(ObserverRpcCallContext rpcCallContext, boolean bypassable) MasterObserverOperation(User user) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithoutResult
callMethods inherited from class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperation
postEnvCallMethods inherited from class org.apache.hadoop.hbase.coprocessor.ObserverContextImpl
bypass, createAndPrepare, getEnvironment, getRpcCallContext, isBypassable, prepare, shouldBypassMethods 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.ObserverContext
getCaller
-
Constructor Details
-
MasterObserverOperation
public MasterObserverOperation() -
MasterObserverOperation
-
MasterObserverOperation
-
MasterObserverOperation
-
MasterObserverOperation
-