Package org.apache.hadoop.hbase.ipc
Class RpcCoprocessorHost.RpcObserverOperation
java.lang.Object
org.apache.hadoop.hbase.coprocessor.ObserverContextImpl<E>
CoprocessorHost<C,E>.ObserverOperation<O>
CoprocessorHost<RpcCoprocessor,RpcCoprocessorEnvironment>.ObserverOperationWithoutResult<RpcObserver>
org.apache.hadoop.hbase.ipc.RpcCoprocessorHost.RpcObserverOperation
- All Implemented Interfaces:
ObserverContext<RpcCoprocessorEnvironment>
- Enclosing class:
- RpcCoprocessorHost
-
Constructor Summary
ConstructorsConstructorDescriptionRpcObserverOperation(boolean bypassable) RpcObserverOperation(User user) RpcObserverOperation(User user, boolean bypassable) -
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
-
RpcObserverOperation
public RpcObserverOperation() -
RpcObserverOperation
-
RpcObserverOperation
-
RpcObserverOperation
-