Methods in org.apache.hadoop.hbase.client with parameters of type Batch.Call |
<T extends com.google.protobuf.Service,R>
Map<byte[],R> |
|
HTableInterface.coprocessorService(Class<T> service,
byte[] startKey,
byte[] endKey,
Batch.Call<T,R> callable)
Creates an instance of the given Service subclass for each table
region spanning the range from the startKey row to endKey row (inclusive),
and invokes the passed call(T)
method with each Service
instance. |
<T extends com.google.protobuf.Service,R>
Map<byte[],R> |
|
HTable.coprocessorService(Class<T> service,
byte[] startKey,
byte[] endKey,
Batch.Call<T,R> callable)
Creates an instance of the given Service subclass for each table
region spanning the range from the startKey row to endKey row (inclusive),
and invokes the passed call(T)
method with each Service
instance. |
<T extends com.google.protobuf.Service,R>
void |
|
HTableInterface.coprocessorService(Class<T> service,
byte[] startKey,
byte[] endKey,
Batch.Call<T,R> callable,
Batch.Callback<R> callback)
Creates an instance of the given Service subclass for each table
region spanning the range from the startKey row to endKey row (inclusive),
and invokes the passed call(T)
method with each Service instance. |
<T extends com.google.protobuf.Service,R>
void |
|
HTable.coprocessorService(Class<T> service,
byte[] startKey,
byte[] endKey,
Batch.Call<T,R> callable,
Batch.Callback<R> callback)
Creates an instance of the given Service subclass for each table
region spanning the range from the startKey row to endKey row (inclusive),
and invokes the passed call(T)
method with each Service instance. |