Liferay 6.0.5

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

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

public class PortalCacheClusterEventCoalesceComparator
extends Object
implements Comparator<PortalCacheClusterEvent>


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 Comparator<PortalCacheClusterEvent>

Liferay 6.0.5