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 TypeMethodDescription(package private) OperationStatus[]HRegion.batchReplay(WALSplitUtil.MutationReplay[] mutations, long replaySeqId) Deprecated.Since 3.0.0, will be removed in 4.0.0.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) Deprecated.Since 3.0.0, will be removed in 4.0.0.Constructors in org.apache.hadoop.hbase.regionserver with parameters of type WALSplitUtil.MutationReplayModifierConstructorDescriptionReplayBatchOperation(HRegion region, WALSplitUtil.MutationReplay[] operations, long origLogSeqNum) Deprecated. -
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, ExtendedCellScanner cells, Pair<WALKey, WALEdit> logEntry, Durability durability) Deprecated.Since 3.0.0, will be removed in 4.0.0.Methods in org.apache.hadoop.hbase.wal with parameters of type WALSplitUtil.MutationReplayModifier and TypeMethodDescriptionintWALSplitUtil.MutationReplay.compareTo(WALSplitUtil.MutationReplay d)