Uses of Interface
org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback
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
Subinterfaces of org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback in in org.apache.hadoop.hbase.clientModifier and TypeInterfaceDescriptionstatic 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 inModifier and TypeClassDescriptionclass
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 inModifier and TypeMethodDescription<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 inModifierConstructorDescriptionNoopPartialResultCoprocessorCallback
(org.apache.hadoop.hbase.client.AsyncTable.CoprocessorCallback<R> delegate)