com.liferay.portal.cache.cluster.clusterlink
Interface PortalCacheClusterEventQueue
- All Known Implementing Classes:
- BlockingPortalCacheClusterEventQueue, CoalescedPipePortalCacheClusterEventQueue
public interface PortalCacheClusterEventQueue
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()