Class RegionCoprocessorHost.RegionObserverOperationWithoutResult
java.lang.Object
org.apache.hadoop.hbase.coprocessor.ObserverContextImpl<E>
CoprocessorHost<C,E>.ObserverOperation<O>
CoprocessorHost<RegionCoprocessor,RegionCoprocessorEnvironment>.ObserverOperationWithoutResult<RegionObserver>
org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost.RegionObserverOperationWithoutResult
- All Implemented Interfaces:
ObserverContext<RegionCoprocessorEnvironment>
- Enclosing class:
- RegionCoprocessorHost
-
Constructor Summary
ConstructorsConstructorDescriptionRegionObserverOperationWithoutResult(boolean bypassable) RegionObserverOperationWithoutResult(ObserverRpcCallContext rpcCallContext) RegionObserverOperationWithoutResult(ObserverRpcCallContext rpcCallContext, boolean bypassable) RegionObserverOperationWithoutResult(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
-
RegionObserverOperationWithoutResult
public RegionObserverOperationWithoutResult() -
RegionObserverOperationWithoutResult
-
RegionObserverOperationWithoutResult
-
RegionObserverOperationWithoutResult
-
RegionObserverOperationWithoutResult
-
RegionObserverOperationWithoutResult
public RegionObserverOperationWithoutResult(ObserverRpcCallContext rpcCallContext, boolean bypassable)
-