Uses of Class
org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithResult

Packages that use org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithResult
Package
Description
Table of Contents
  • Uses of org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithResult in org.apache.hadoop.hbase.coprocessor

    Methods in org.apache.hadoop.hbase.coprocessor with parameters of type org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithResult in in
    Modifier and Type
    Method
    Description
    protected <O, R> R
    CoprocessorHost.execOperationWithResult(org.apache.hadoop.hbase.coprocessor.CoprocessorHost<C,E>.org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithResult<O,R> observerOperation)
    Do not call with an observerOperation that is null! Have the caller check.