Uses of Interface
com.hazelcast.partition.MigrationState
Packages that use MigrationState
-
Uses of MigrationState in com.hazelcast.partition
Methods in com.hazelcast.partition that return MigrationStateModifier and TypeMethodDescriptionReplicaMigrationEvent.getMigrationState()
Returns the progress information of the overall migration.Methods in com.hazelcast.partition with parameters of type MigrationStateModifier and TypeMethodDescriptionvoid
MigrationListener.migrationFinished
(MigrationState state) Called when the migration process finishes.void
MigrationListener.migrationStarted
(MigrationState state) Called when the migration process starts.