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