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

    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<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.