Uses of Class
org.apache.hadoop.hbase.wal.WALSplitUtil.MutationReplay
Packages that use WALSplitUtil.MutationReplay
-
Uses of WALSplitUtil.MutationReplay in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver with parameters of type WALSplitUtil.MutationReplayModifier and TypeMethodDescriptionHRegion.batchReplay
(WALSplitUtil.MutationReplay[] mutations, long replaySeqId) Method parameters in org.apache.hadoop.hbase.regionserver with type arguments of type WALSplitUtil.MutationReplayModifier and TypeMethodDescriptionprivate OperationStatus[]
RSRpcServices.doReplayBatchOp
(HRegion region, List<WALSplitUtil.MutationReplay> mutations, long replaySeqId) Execute a list of Put/Delete mutations.Constructors in org.apache.hadoop.hbase.regionserver with parameters of type WALSplitUtil.MutationReplayModifierConstructorDescriptionReplayBatchOperation
(HRegion region, WALSplitUtil.MutationReplay[] operations, long origLogSeqNum) -
Uses of WALSplitUtil.MutationReplay in org.apache.hadoop.hbase.wal
Methods in org.apache.hadoop.hbase.wal that return types with arguments of type WALSplitUtil.MutationReplayModifier 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.Methods in org.apache.hadoop.hbase.wal with parameters of type WALSplitUtil.MutationReplayModifier and TypeMethodDescriptionint
WALSplitUtil.MutationReplay.compareTo
(WALSplitUtil.MutationReplay d)