public interface ReplicaMigrationEvent extends PartitionEvent
Partition, 
PartitionService, 
MigrationListener| Modifier and Type | Method and Description | 
|---|---|
Member | 
getDestination()
Returns the new owner of the migrating partition replica. 
 | 
long | 
getElapsedTime()
Returns the elapsed the time of this migration in milliseconds. 
 | 
MigrationState | 
getMigrationState()
Returns the progress information of the overall migration. 
 | 
int | 
getReplicaIndex()
Returns the index of the partition replica. 
 | 
Member | 
getSource()
Returns the old owner of the migrating partition replica. 
 | 
boolean | 
isSuccess()
Returns the result of the migration: completed or failed. 
 | 
getPartitionIdint getReplicaIndex()
Member getSource()
Member getDestination()
boolean isSuccess()
long getElapsedTime()
MigrationState getMigrationState()
Copyright © 2023 Hazelcast, Inc.. All rights reserved.