Uses of Interface
com.tangosol.net.events.partition.UnsolicitedCommitEvent
Packages that use UnsolicitedCommitEvent
Package
Description
Support for adapting Coherence interceptors to standard CDI events.
Contains classes related to the Coherence Live Event Model.
-
Uses of UnsolicitedCommitEvent in com.oracle.coherence.cdi.events
Constructor parameters in com.oracle.coherence.cdi.events with type arguments of type UnsolicitedCommitEventModifierConstructorDescription -
Uses of UnsolicitedCommitEvent in com.tangosol.net.events
Methods in com.tangosol.net.events with parameters of type UnsolicitedCommitEventModifier and TypeMethodDescriptionstatic Map<EntryEvent.Type,
Set<BinaryEntry>> EventHelper.getEntryEventsMap
(UnsolicitedCommitEvent event) Converts the providedUnsolicitedCommitEvent
into a map keyed byEntryEvent
and with a value of a Set ofentries
.