public interface MigrationState
MigrationListener, 
ReplicaMigrationEvent| Modifier and Type | Method and Description | 
|---|---|
| int | getCompletedMigrations()Returns the number of completed migrations in the migration plan. | 
| int | getPlannedMigrations()Returns the number of planned migrations in the migration plan. | 
| int | getRemainingMigrations()Returns the number of remaining migrations in the migration plan. | 
| long | getStartTime()Returns the start time of the migration in milliseconds since the epoch. | 
| long | getTotalElapsedTime()Returns the total elapsed time of completed migrations in milliseconds. | 
long getStartTime()
int getPlannedMigrations()
int getCompletedMigrations()
int getRemainingMigrations()
long getTotalElapsedTime()
Copyright © 2022 Hazelcast, Inc.. All rights reserved.