Uses of Class
org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithResult
-
Uses of CoprocessorHost.ObserverOperationWithResult in org.apache.hadoop.hbase.coprocessor
Modifier and TypeMethodDescriptionprotected <O,
R> R CoprocessorHost.execOperationWithResult
(CoprocessorHost<C, E>.ObserverOperationWithResult<O, R> observerOperation) Do not call with an observerOperation that is null! Have the caller check.