Uses of Interface
org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback
Packages that use AsyncTable.CoprocessorCallback
-
Uses of AsyncTable.CoprocessorCallback in org.apache.hadoop.hbase.client
Subinterfaces of AsyncTable.CoprocessorCallback in org.apache.hadoop.hbase.clientModifier and TypeInterfaceDescriptionstatic interface
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 AsyncTable.CoprocessorCallbackFields in org.apache.hadoop.hbase.client declared as AsyncTable.CoprocessorCallbackModifier and TypeFieldDescriptionprivate final AsyncTable.CoprocessorCallback<R>
NoopPartialResultCoprocessorCallback.delegate
Methods in org.apache.hadoop.hbase.client with parameters of type AsyncTable.CoprocessorCallbackModifier and TypeMethodDescription<S,
R> AsyncTable.CoprocessorServiceBuilder<S, R> AsyncTable.coprocessorService
(Function<org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel, S> stubMaker, ServiceCaller<S, R> callable, AsyncTable.CoprocessorCallback<R> callback) Execute a coprocessor call on the regions which are covered by a range.<S,
R> AsyncTable.CoprocessorServiceBuilder<S, R> AsyncTableImpl.coprocessorService
(Function<org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel, S> stubMaker, ServiceCaller<S, R> callable, AsyncTable.CoprocessorCallback<R> callback) <S,
R> AsyncTable.CoprocessorServiceBuilder<S, R> RawAsyncTableImpl.coprocessorService
(Function<org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel, S> stubMaker, ServiceCaller<S, R> callable, AsyncTable.CoprocessorCallback<R> callback) Constructors in org.apache.hadoop.hbase.client with parameters of type AsyncTable.CoprocessorCallbackModifierConstructorDescription