Uses of Interface
org.apache.hadoop.hbase.client.coprocessor.Batch.Call
-
Uses of Batch.Call in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptiondefault <T extends org.apache.hbase.thirdparty.com.google.protobuf.Service,
R>
Map<byte[],R> Table.coprocessorService
(Class<T> service, byte[] startKey, byte[] endKey, Batch.Call<T, R> callable) Deprecated.since 3.0.0, will removed in 4.0.0.default <T extends org.apache.hbase.thirdparty.com.google.protobuf.Service,
R>
voidTable.coprocessorService
(Class<T> service, byte[] startKey, byte[] endKey, Batch.Call<T, R> callable, Batch.Callback<R> callback) Deprecated.since 3.0.0, will removed in 4.0.0.<T extends org.apache.hbase.thirdparty.com.google.protobuf.Service,
R>
voidTableOverAsyncTable.coprocessorService
(Class<T> service, byte[] startKey, byte[] endKey, Batch.Call<T, R> callable, Batch.Callback<R> callback)