R
- the return type from the associated Batch.Call.call(Object)
@InterfaceAudience.Public @InterfaceStability.Stable public static interface Batch.Callback<R>
Batch.Call.call(Object)
result.
When used with
HTable.coprocessorService(Class, byte[], byte[], org.apache.hadoop.hbase.client.coprocessor.Batch.Call)
the implementation's update(byte[], byte[], Object)
method will be called with the Batch.Call.call(Object)
return value
from each region in the selected range.
void update(byte[] region, byte[] row, R result)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.