Uses of Interface
org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback

Packages that use org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback
Package
Description
Provides HBase Client
  • Uses of org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback in org.apache.hadoop.hbase.client

    Subinterfaces of org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback in in org.apache.hadoop.hbase.client
    Modifier and Type
    Interface
    Description
    static interface 
    org.apache.hadoop.hbase.client.AsyncTable.PartialResultCoprocessorCallback<S,R>
    Some coprocessors may support the idea of "partial results." If for some reason a coprocessor cannot return all results for a given region in a single response, the client side can be designed to recognize this and continuing requesting more results until they are completely accumulated in the client.
    Classes in org.apache.hadoop.hbase.client that implement org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.client.NoopPartialResultCoprocessorCallback<S,R>
     
    Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback in in
    Modifier and Type
    Method
    Description
    <S, R> org.apache.hadoop.hbase.client.AsyncTable.CoprocessorServiceBuilder<S,R>
    AsyncTable.coprocessorService(Function<org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel,S> stubMaker, org.apache.hadoop.hbase.client.ServiceCaller<S,R> callable, org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback<R> callback)
    Execute a coprocessor call on the regions which are covered by a range.
    Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback in in
    Modifier
    Constructor
    Description
     
    NoopPartialResultCoprocessorCallback(org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback<R> delegate)