Uses of Interface
com.tangosol.net.events.partition.UnsolicitedCommitEvent
- 
Packages that use UnsolicitedCommitEvent Package Description com.oracle.coherence.cdi.events Support for adapting Coherence interceptors to standard CDI events.com.tangosol.net.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 UnsolicitedCommitEvent Constructor Description UnsolicitedCommitEventHandler(EventObserverSupport.EventObserver<UnsolicitedCommitEvent> observer) - 
Uses of UnsolicitedCommitEvent in com.tangosol.net.events
Methods in com.tangosol.net.events with parameters of type UnsolicitedCommitEvent Modifier and Type Method Description static Map<EntryEvent.Type,Set<BinaryEntry>>EventHelper. getEntryEventsMap(UnsolicitedCommitEvent event)Converts the providedUnsolicitedCommitEventinto a map keyed byEntryEventand with a value of a Set ofentries. 
 -