Uses of Interface
com.tangosol.net.events.partition.cache.CacheLifecycleEventDispatcher
-
Packages that use CacheLifecycleEventDispatcher Package Description com.tangosol.net.events.partition.cache Contains classes related to PartitionedCache events within the Coherence Live Event Model. -
-
Uses of CacheLifecycleEventDispatcher in com.tangosol.net.events.partition.cache
Subinterfaces of CacheLifecycleEventDispatcher in com.tangosol.net.events.partition.cache Modifier and Type Interface Description interface
PartitionedCacheDispatcher
A PartitionedCacheDispatcher raises the following server-sideEvent
s pertaining to backing-map operations:CacheLifecycleEvent
sEntryEvent
sEntryProcessorEvent
sMethods in com.tangosol.net.events.partition.cache that return CacheLifecycleEventDispatcher Modifier and Type Method Description CacheLifecycleEventDispatcher
CacheLifecycleEvent. getEventDispatcher()
Return theCacheLifecycleEventDispatcher
this event was raised by.
-