com.liferay.portal.kernel.cache.cluster
Class PortalCacheClusterEventCoalesceComparator

java.lang.Object
  extended by com.liferay.portal.kernel.cache.cluster.PortalCacheClusterEventCoalesceComparator
All Implemented Interfaces:
java.util.Comparator<PortalCacheClusterEvent>

public class PortalCacheClusterEventCoalesceComparator
extends java.lang.Object
implements java.util.Comparator<PortalCacheClusterEvent>

View Source

Author:
Shuyang Zhou

Constructor Summary
PortalCacheClusterEventCoalesceComparator()
           
 
Method Summary
 int compare(PortalCacheClusterEvent portalCacheClusterEvent1, PortalCacheClusterEvent portalCacheClusterEvent2)
           
 
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
equals
 

Constructor Detail

PortalCacheClusterEventCoalesceComparator

public PortalCacheClusterEventCoalesceComparator()
Method Detail

compare

public int compare(PortalCacheClusterEvent portalCacheClusterEvent1,
                   PortalCacheClusterEvent portalCacheClusterEvent2)
Specified by:
compare in interface java.util.Comparator<PortalCacheClusterEvent>