Methods in org.apache.hadoop.hbase with parameters of type BatchUpdate |
void |
HRegion.batchUpdate(long timestamp,
BatchUpdate b)
|
void |
HRegionServer.batchUpdate(org.apache.hadoop.io.Text regionName,
BatchUpdate b)
Used by master so it can add an update with the current time of this
server rather than current time on master
Applies a batch of updates via one RPC |
void |
HRegionInterface.batchUpdate(org.apache.hadoop.io.Text regionName,
BatchUpdate b)
Applies a batch of updates via one RPC |
void |
HRegionServer.batchUpdate(org.apache.hadoop.io.Text regionName,
long timestamp,
BatchUpdate b)
Applies a batch of updates via one RPC |
void |
HRegionInterface.batchUpdate(org.apache.hadoop.io.Text regionName,
long timestamp,
BatchUpdate b)
Applies a batch of updates via one RPC |