public interface MigrationListener extends EventListener
Partition
,
PartitionService
Modifier and Type | Method and Description |
---|---|
void |
migrationCompleted(MigrationEvent migrationEvent)
Invoked when a partition migration is completed.
|
void |
migrationFailed(MigrationEvent migrationEvent)
Invoked when a partition migration is failed.
|
void |
migrationStarted(MigrationEvent migrationEvent)
Invoked when a partition migration is started.
|
void migrationStarted(MigrationEvent migrationEvent)
migrationEvent
- the event for the started partition migrationvoid migrationCompleted(MigrationEvent migrationEvent)
migrationEvent
- the event for the completed partition migrationvoid migrationFailed(MigrationEvent migrationEvent)
migrationEvent
- the event for the failed partition migrationCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.