Uses of Class
org.apache.hadoop.hbase.wal.WALSplitUtil.MutationReplay
-
Uses of WALSplitUtil.MutationReplay in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionHRegion.batchReplay
(WALSplitUtil.MutationReplay[] mutations, long replaySeqId) Modifier and TypeMethodDescriptionprivate OperationStatus[]
RSRpcServices.doReplayBatchOp
(HRegion region, List<WALSplitUtil.MutationReplay> mutations, long replaySeqId) Execute a list of Put/Delete mutations.ModifierConstructorDescriptionReplayBatchOperation
(HRegion region, WALSplitUtil.MutationReplay[] operations, long origLogSeqNum) -
Uses of WALSplitUtil.MutationReplay in org.apache.hadoop.hbase.wal
Modifier and TypeMethodDescriptionstatic 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 TypeMethodDescriptionint
WALSplitUtil.MutationReplay.compareTo
(WALSplitUtil.MutationReplay d)