public class PartitionReplicaChangeEvent extends Object
Constructor and Description |
---|
PartitionReplicaChangeEvent(int partitionId,
int replicaIndex,
Address oldAddress,
Address newAddress,
com.hazelcast.partition.impl.PartitionReplicaChangeReason reason) |
Modifier and Type | Method and Description |
---|---|
Address |
getNewAddress() |
Address |
getOldAddress() |
int |
getPartitionId() |
com.hazelcast.partition.impl.PartitionReplicaChangeReason |
getReason() |
int |
getReplicaIndex() |
String |
toString() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.