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