Uses of Interface
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback
Packages that use Batch.Callback
Package
Description
Provides HBase Client
-
Uses of Batch.Callback in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client with parameters of type Batch.CallbackModifier and TypeMethodDescriptiondefault <R> voidTable.batchCallback(List<? extends Row> actions, Object[] results, Batch.Callback<R> callback) Deprecated.since 3.0.0, will removed in 4.0.0.<R> voidTableOverAsyncTable.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> voidTableOverAsyncTable.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
Methods in org.apache.hadoop.hbase.thrift2.client with parameters of type Batch.CallbackModifier and TypeMethodDescription<R> voidThriftTable.batchCallback(List<? extends Row> actions, Object[] results, Batch.Callback<R> callback)