Package com.tangosol.net.events.partition
Contains classes related to PartitionedService events within the Coherence
Live Event Model.
- Since:
- 12.1.2
-
Interface Summary Interface Description Event<T extends Enum<T>> A PartitionedServiceEvent captures information concerning an operation on a PartitionedService.PartitionedServiceDispatcher A PartitionedServiceDispatcher dispatchesEvent
s from aPartitionedService
.TransactionEvent A TransactionEvent captures information pertaining to all mutations performed within the context of a single request.TransferEvent A TransferEvent captures information concerning the transfer of a partition for a storage enabled member.TransferEvent.RecoveryTransferEvent A RecoveryTransferEvent is raised due to the recovery of a partition from a persistent store.UnsolicitedCommitEvent An UnsolicitedCommitEvent captures changes pertaining to all observed mutations performed against caches that were not directly caused (solicited) by the partitioned service. -
Enum Summary Enum Description TransactionEvent.Type The TransactionEvent types.TransferEvent.Type TheTransferEvent
types.UnsolicitedCommitEvent.Type The UnsolicitedCommitEvent types.