Packages that use org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback
-
Uses of org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback in org.apache.hadoop.hbase.client
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.
class
org.apache.hadoop.hbase.client.NoopPartialResultCoprocessorCallback<S,R>
<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.
NoopPartialResultCoprocessorCallback(org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback<R> delegate)