Uses of Interface
com.tangosol.net.events.partition.cache.Event
-
Packages that use Event Package Description com.tangosol.net.events.partition.cache Contains classes related to PartitionedCache events within the Coherence Live Event Model. -
-
Uses of Event in com.tangosol.net.events.partition.cache
Subinterfaces of Event in com.tangosol.net.events.partition.cache Modifier and Type Interface Description interface
EntryEvent<K,V>
An EntryEvent captures information relating to actions performed onentries
.interface
EntryProcessorEvent
An EntryProcessorEvent captures information relating to the execution ofInvocableMap.EntryProcessor
s.
-