Class WALCoprocessorHost.WALObserverOperation
java.lang.Object
org.apache.hadoop.hbase.coprocessor.ObserverContextImpl<E>
CoprocessorHost<C,E>.ObserverOperation<O>
CoprocessorHost<WALCoprocessor,WALCoprocessorEnvironment>.ObserverOperationWithoutResult<WALObserver>
org.apache.hadoop.hbase.regionserver.wal.WALCoprocessorHost.WALObserverOperation
- All Implemented Interfaces:
ObserverContext<WALCoprocessorEnvironment>
- Enclosing class:
- WALCoprocessorHost
-
Constructor Summary
-
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
-
WALObserverOperation
public WALObserverOperation()
-