public static interface TransferEvent.RecoveryTransferEvent extends TransferEvent
The cause of this event can be due to either active persistence recovery or recovery from a snapshot. This can be distinguished by the snapshot name being null or non-null for active persistence recovery or snapshot recovery respectively.
TransferEvent.RecoveryTransferEvent, TransferEvent.Type
Modifier and Type | Method | Description |
---|---|---|
String |
getSnapshotName() |
Return the name of the snapshot if the partition was recovered from
a snapshot and not active persistence.
|
getEntries, getLocalMember, getPartitionId, getRemoteMember
getDispatcher
getType, nextInterceptor
String getSnapshotName()