| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends com.google.protobuf.Service,R> | HTable. coprocessorService(Class<T> service,
                  byte[] startKey,
                  byte[] endKey,
                  Batch.Call<T,R> callable) | 
| default <T extends com.google.protobuf.Service,R> | Table. coprocessorService(Class<T> service,
                  byte[] startKey,
                  byte[] endKey,
                  Batch.Call<T,R> callable)Creates an instance of the given  Servicesubclass for each table
 region spanning the range from thestartKeyrow toendKeyrow (inclusive), and
 invokes the passedcall(T)method
 with eachServiceinstance. | 
| <T extends com.google.protobuf.Service,R> | HTable. coprocessorService(Class<T> service,
                  byte[] startKey,
                  byte[] endKey,
                  Batch.Call<T,R> callable,
                  Batch.Callback<R> callback) | 
| default <T extends com.google.protobuf.Service,R> | Table. coprocessorService(Class<T> service,
                  byte[] startKey,
                  byte[] endKey,
                  Batch.Call<T,R> callable,
                  Batch.Callback<R> callback)Creates an instance of the given  Servicesubclass for each table
 region spanning the range from thestartKeyrow toendKeyrow (inclusive), and
 invokes the passedcall(T)method
 with eachServiceinstance. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.