| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.wal |
| Modifier and Type | Method and Description |
|---|---|
OperationStatus[] |
HRegion.batchReplay(WALSplitter.MutationReplay[] mutations,
long replaySeqId) |
OperationStatus[] |
Region.batchReplay(WALSplitter.MutationReplay[] mutations,
long replaySeqId)
Replay a batch of mutations.
|
| Modifier and Type | Method and Description |
|---|---|
static List<WALSplitter.MutationReplay> |
WALSplitter.getMutationsFromWALEntry(AdminProtos.WALEntry entry,
CellScanner cells,
Pair<WALKey,WALEdit> logEntry,
Durability durability)
This function is used to construct mutations from a WALEntry.
|