|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchUpdate | |
---|---|
org.apache.hadoop.hbase | Provides Hbase, the Hadoop simple database. |
Uses of BatchUpdate in org.apache.hadoop.hbase |
---|
Fields in org.apache.hadoop.hbase with type parameters of type BatchUpdate | |
---|---|
protected AtomicReference<BatchUpdate> |
HTable.batch
|
Methods in org.apache.hadoop.hbase with parameters of type BatchUpdate | |
---|---|
void |
HRegion.batchUpdate(long timestamp,
BatchUpdate b)
|
void |
HRegionInterface.batchUpdate(Text regionName,
long timestamp,
BatchUpdate b)
Applies a batch of updates via one RPC |
void |
HRegionServer.batchUpdate(Text regionName,
long timestamp,
BatchUpdate b)
Applies a batch of updates via one RPC |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |