com.liferay.portal.kernel.cache.cluster
Class PortalCacheClusterEventCoalesceComparator
java.lang.Object
com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEventCoalesceComparator
- All Implemented Interfaces:
- Comparator<PortalCacheClusterEvent>
public class PortalCacheClusterEventCoalesceComparator
- extends Object
- implements Comparator<PortalCacheClusterEvent>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong |
PortalCacheClusterEventCoalesceComparator
public PortalCacheClusterEventCoalesceComparator()
compare
public int compare(PortalCacheClusterEvent portalCacheClusterEvent1,
PortalCacheClusterEvent portalCacheClusterEvent2)
- Specified by:
compare in interface Comparator<PortalCacheClusterEvent>