Class ProcessLogBucket.MultiBucketSingleFileOrderedPacketComperator
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.processlog.multibucketsinglefile.ProcessLogBucket.MultiBucketSingleFileOrderedPacketComperator
- All Implemented Interfaces:
Comparator<IMultiBucketSingleFileReplicationOrderedPacket>
- Enclosing class:
- ProcessLogBucket
public static class ProcessLogBucket.MultiBucketSingleFileOrderedPacketComperator
extends Object
implements Comparator<IMultiBucketSingleFileReplicationOrderedPacket>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(IMultiBucketSingleFileReplicationOrderedPacket o1, IMultiBucketSingleFileReplicationOrderedPacket o2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
MultiBucketSingleFileOrderedPacketComperator
public MultiBucketSingleFileOrderedPacketComperator(short bucketIndex)
-
-
Method Details
-
compare
public int compare(IMultiBucketSingleFileReplicationOrderedPacket o1, IMultiBucketSingleFileReplicationOrderedPacket o2) - Specified by:
comparein interfaceComparator<IMultiBucketSingleFileReplicationOrderedPacket>
-