Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.wal |
Modifier and Type | Method and Description |
---|---|
OperationStatus[] |
Region.batchReplay(WALSplitter.MutationReplay[] mutations,
long replaySeqId)
Replay a batch of mutations.
|
OperationStatus[] |
HRegion.batchReplay(WALSplitter.MutationReplay[] mutations,
long replaySeqId) |
Modifier and Type | Method and Description |
---|---|
private OperationStatus[] |
RSRpcServices.doReplayBatchOp(Region region,
List<WALSplitter.MutationReplay> mutations,
long replaySeqId)
Execute a list of Put/Delete mutations.
|
Constructor and Description |
---|
HRegion.ReplayBatch(WALSplitter.MutationReplay[] operations,
long seqId) |
Modifier and Type | Method and Description |
---|---|
static List<WALSplitter.MutationReplay> |
WALSplitter.getMutationsFromWALEntry(org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry entry,
CellScanner cells,
Pair<WALKey,WALEdit> logEntry,
Durability durability)
This function is used to construct mutations from a WALEntry.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.