|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Batch.Call | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.client.coprocessor | Provides client classes for invoking Coprocessor RPC protocols |
org.apache.hadoop.hbase.rest.client |
Uses of Batch.Call in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client with parameters of type Batch.Call | ||
---|---|---|
|
HTable.coprocessorExec(Class<T> protocol,
byte[] startKey,
byte[] endKey,
Batch.Call<T,R> callable)
Invoke the passed Batch.Call against
the CoprocessorProtocol instances running in the selected regions. |
|
|
HTableInterface.coprocessorExec(Class<T> protocol,
byte[] startKey,
byte[] endKey,
Batch.Call<T,R> callable)
Invoke the passed Batch.Call against
the CoprocessorProtocol instances running in the selected regions. |
|
|
HTable.coprocessorExec(Class<T> protocol,
byte[] startKey,
byte[] endKey,
Batch.Call<T,R> callable,
Batch.Callback<R> callback)
Invoke the passed Batch.Call against
the CoprocessorProtocol instances running in the selected regions. |
|
|
HTableInterface.coprocessorExec(Class<T> protocol,
byte[] startKey,
byte[] endKey,
Batch.Call<T,R> callable,
Batch.Callback<R> callback)
Invoke the passed Batch.Call against
the CoprocessorProtocol instances running in the selected regions. |
|
|
HConnection.processExecs(Class<T> protocol,
List<byte[]> rows,
byte[] tableName,
ExecutorService pool,
Batch.Call<T,R> call,
Batch.Callback<R> callback)
Executes the given Batch.Call
callable for each row in the given list and invokes
Batch.Callback.update(byte[], byte[], Object)
for each result returned. |
Uses of Batch.Call in org.apache.hadoop.hbase.client.coprocessor |
---|
Methods in org.apache.hadoop.hbase.client.coprocessor that return Batch.Call | ||
---|---|---|
static
|
Batch.forMethod(Class<T> protocol,
String method,
Object... args)
Creates a new Batch.Call instance that invokes a method
with the given parameters and returns the result. |
|
static
|
Batch.forMethod(Method method,
Object... args)
Creates a new Batch.Call instance that invokes a method
with the given parameters and returns the result. |
Uses of Batch.Call in org.apache.hadoop.hbase.rest.client |
---|
Methods in org.apache.hadoop.hbase.rest.client with parameters of type Batch.Call | ||
---|---|---|
|
RemoteHTable.coprocessorExec(Class<T> protocol,
byte[] startKey,
byte[] endKey,
Batch.Call<T,R> callable)
|
|
|
RemoteHTable.coprocessorExec(Class<T> protocol,
byte[] startKey,
byte[] endKey,
Batch.Call<T,R> callable,
Batch.Callback<R> callback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |