Package com.tangosol.net.events
Class EventHelper
java.lang.Object
com.tangosol.net.events.EventHelper
Helper class providing various functionality related to event handling.
- Since:
- Coherence 12.1.2
- Author:
- hr 2012.09.04
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map
<EntryEvent.Type, Set<BinaryEntry>> Converts the providedTransactionEvent
into a map keyed byEntryEvent
and with a value of a Set ofentries
.static Map
<EntryEvent.Type, Set<BinaryEntry>> Converts the providedUnsolicitedCommitEvent
into a map keyed byEntryEvent
and with a value of a Set ofentries
.protected static Map
<EntryEvent.Type, Set<BinaryEntry>> getEntryEventsMap
(Set<BinaryEntry> setEntries, boolean fPreEvent) Converts the provided set ofentries
into a map keyed byEntryEvent
and with a value of a Set of entries.
-
Constructor Details
-
EventHelper
public EventHelper()
-
-
Method Details
-
getEntryEventsMap
Converts the providedTransactionEvent
into a map keyed byEntryEvent
and with a value of a Set ofentries
. -
getEntryEventsMap
Converts the providedUnsolicitedCommitEvent
into a map keyed byEntryEvent
and with a value of a Set ofentries
. -
getEntryEventsMap
protected static Map<EntryEvent.Type,Set<BinaryEntry>> getEntryEventsMap(Set<BinaryEntry> setEntries, boolean fPreEvent) Converts the provided set ofentries
into a map keyed byEntryEvent
and with a value of a Set of entries.
-