Class MultiBucketSingleFileReliableAsyncGroupBacklog.PacketComperator
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.backlog.multibucketsinglefile.MultiBucketSingleFileReliableAsyncGroupBacklog.PacketComperator
- All Implemented Interfaces:
Comparator<IMultiBucketSingleFileReplicationOrderedPacket>
- Enclosing class:
- MultiBucketSingleFileReliableAsyncGroupBacklog
public static class MultiBucketSingleFileReliableAsyncGroupBacklog.PacketComperator
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
-
PacketComperator
public PacketComperator()
-
-
Method Details
-
compare
public int compare(IMultiBucketSingleFileReplicationOrderedPacket o1, IMultiBucketSingleFileReplicationOrderedPacket o2) - Specified by:
comparein interfaceComparator<IMultiBucketSingleFileReplicationOrderedPacket>
-