Liferay 6.2.0

com.liferay.portal.cache.cluster.clusterlink
Interface PortalCacheClusterEventQueue

All Known Implementing Classes:
BlockingPortalCacheClusterEventQueue, CoalescedPipePortalCacheClusterEventQueue

public interface PortalCacheClusterEventQueue


Method Summary
abstract  long coalescedCount()
           
abstract  int pendingCount()
           
abstract  void put(PortalCacheClusterEvent portalCacheClusterEvent)
           
abstract  PortalCacheClusterEvent take()
           
abstract  Set<PortalCacheClusterEvent> takeSnapshot()
           
 

Method Detail

coalescedCount

long coalescedCount()

pendingCount

int pendingCount()

put

void put(PortalCacheClusterEvent portalCacheClusterEvent)
         throws InterruptedException
Throws:
InterruptedException

take

PortalCacheClusterEvent take()
                             throws InterruptedException
Throws:
InterruptedException

takeSnapshot

Set<PortalCacheClusterEvent> takeSnapshot()

Liferay 6.2.0