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