Uses of Interface
org.apache.hadoop.hbase.client.coprocessor.Batch.Callback

Packages that use Batch.Callback
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.rest.client   
 

Uses of Batch.Callback in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client with parameters of type Batch.Callback
<T extends CoprocessorProtocol,R>
void
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.
<T extends CoprocessorProtocol,R>
void
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.
<R> void
HConnection.processBatchCallback(List<? extends Row> list, byte[] tableName, ExecutorService pool, Object[] results, Batch.Callback<R> callback)
          Parameterized batch processing, allowing varying return types for different Row implementations.
<T extends CoprocessorProtocol,R>
void
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 update(byte[], byte[], Object) for each result returned.
 

Uses of Batch.Callback in org.apache.hadoop.hbase.rest.client
 

Methods in org.apache.hadoop.hbase.rest.client with parameters of type Batch.Callback
<T extends CoprocessorProtocol,R>
void
RemoteHTable.coprocessorExec(Class<T> protocol, byte[] startKey, byte[] endKey, Batch.Call<T,R> callable, Batch.Callback<R> callback)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.