Uses of Interface
com.tangosol.net.events.partition.Event
-
Packages that use Event Package Description com.tangosol.net.events.partition Contains classes related to PartitionedService events within the Coherence Live Event Model. -
-
Uses of Event in com.tangosol.net.events.partition
Subinterfaces of Event in com.tangosol.net.events.partition Modifier and Type Interface Description interface
TransactionEvent
A TransactionEvent captures information pertaining to all mutations performed within the context of a single request.interface
TransferEvent
A TransferEvent captures information concerning the transfer of a partition for a storage enabled member.static interface
TransferEvent.RecoveryTransferEvent
A RecoveryTransferEvent is raised due to the recovery of a partition from a persistent store.interface
UnsolicitedCommitEvent
An UnsolicitedCommitEvent captures changes pertaining to all observed mutations performed against caches that were not directly caused (solicited) by the partitioned service.
-