Uses of Interface
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback
Package
Description
Provides HBase Client
-
Uses of Batch.Callback in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptiondefault <R> void
Table.batchCallback
(List<? extends Row> actions, Object[] results, Batch.Callback<R> callback) Deprecated.since 3.0.0, will removed in 4.0.0.<R> void
TableOverAsyncTable.batchCallback
(List<? extends Row> actions, Object[] results, Batch.Callback<R> callback) default <R extends org.apache.hbase.thirdparty.com.google.protobuf.Message>
voidTable.batchCoprocessorService
(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor methodDescriptor, org.apache.hbase.thirdparty.com.google.protobuf.Message request, byte[] startKey, byte[] endKey, R responsePrototype, Batch.Callback<R> callback) Deprecated.since 3.0.0, will removed in 4.0.0.<R extends org.apache.hbase.thirdparty.com.google.protobuf.Message>
voidTableOverAsyncTable.batchCoprocessorService
(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor methodDescriptor, org.apache.hbase.thirdparty.com.google.protobuf.Message request, byte[] startKey, byte[] endKey, R responsePrototype, Batch.Callback<R> callback) 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) private <R> void
TableOverAsyncTable.coprocessorService
(String serviceName, byte[] startKey, byte[] endKey, Batch.Callback<R> callback, TableOverAsyncTable.StubCall<R> call) -
Uses of Batch.Callback in org.apache.hadoop.hbase.thrift2.client
Modifier and TypeMethodDescription<R> void
ThriftTable.batchCallback
(List<? extends Row> actions, Object[] results, Batch.Callback<R> callback)