| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NoopPartialResultCoprocessorCallback<S,R> | 
| Modifier and Type | Method and Description | 
|---|---|
| <S,R> AsyncTable.CoprocessorServiceBuilder<S,R> | AsyncTable. coprocessorService(Function<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. | 
| Constructor and Description | 
|---|
| NoopPartialResultCoprocessorCallback(AsyncTable.CoprocessorCallback<R> delegate) | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.