Class RedoLogCompactionUtil
java.lang.Object
com.j_spaces.core.cluster.startup.RedoLogCompactionUtil
- Since:
- 12.3
- Author:
- Yael Nahon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longcalculateWeight(long weight, long discardedCount) static CompactionResultcompact(long from, long to, ListIterator iterator) static IReplicationOrderedPacketcompactPacket(IReplicationOrderedPacket packet, long lastCompactionRangeKey) static intstatic boolean
-
Constructor Details
-
RedoLogCompactionUtil
public RedoLogCompactionUtil()
-
-
Method Details
-
calculateWeight
public static long calculateWeight(long weight, long discardedCount) -
compact
-
compactTxn
-
isCompactable
-
compactPacket
public static IReplicationOrderedPacket compactPacket(IReplicationOrderedPacket packet, long lastCompactionRangeKey)
-