Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.regionserver.wal |
Modifier and Type | Method and Description |
---|---|
OperationStatus[] |
HRegion.batchReplay(HLogSplitter.MutationReplay[] mutations)
Replay a batch of mutations.
|
Modifier and Type | Method and Description |
---|---|
protected OperationStatus[] |
HRegionServer.doReplayBatchOp(HRegion region,
List<HLogSplitter.MutationReplay> mutations)
Execute a list of Put/Delete mutations.
|
Modifier and Type | Method and Description |
---|---|
static List<HLogSplitter.MutationReplay> |
HLogSplitter.getMutationsFromWALEntry(AdminProtos.WALEntry entry,
CellScanner cells,
Pair<HLogKey,WALEdit> logEntry,
boolean addLogReplayTag)
This function is used to construct mutations from a WALEntry.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.