R
- the return type from the associated Batch.Call.call(Object)
@InterfaceAudience.Public public static interface Batch.Callback<R>
Batch.Call.call(Object)
result.
When used with
Table.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.
Modifier and Type | Method and Description |
---|---|
void |
update(byte[] region,
byte[] row,
R result) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.