Package com.tangosol.net.events.partition.cache
Contains classes related to PartitionedCache events within the Coherence
Live Event Model.
- Since:
- 12.1.2
-
Interface Summary Interface Description CacheLifecycleEvent A CacheLifecycleEvent allows subscribers to capture events pertaining to the lifecycle of a cache.CacheLifecycleEventDispatcher A CacheLifecycleEventDispatcher raisesCacheLifecycleEvent
s.EntryEvent<K,V> An EntryEvent captures information relating to actions performed onentries
.EntryProcessorEvent An EntryProcessorEvent captures information relating to the execution ofInvocableMap.EntryProcessor
s.Event<T extends Enum<T>> An event dispatched by aPartitionedCacheDispatcher
.PartitionedCacheDispatcher A PartitionedCacheDispatcher raises the following server-sideEvent
s pertaining to backing-map operations:CacheLifecycleEvent
sEntryEvent
sEntryProcessorEvent
s -
Enum Summary Enum Description CacheLifecycleEvent.Type The emitted event types for aCacheLifecycleEvent
.EntryEvent.Type TheEntryEvent
types.EntryProcessorEvent.Type TheEntryProcessorEvent
types.