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 - eventvoid migrationCompleted(MigrationEvent migrationEvent)
migrationEvent - eventvoid migrationFailed(MigrationEvent migrationEvent)
migrationEvent - eventCopyright © 2021 Hazelcast, Inc.. All rights reserved.