|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.partition.impl.PartitionReplicaChangeEvent
public class PartitionReplicaChangeEvent
| Constructor Summary | |
|---|---|
PartitionReplicaChangeEvent(int partitionId,
int replicaIndex,
Address oldAddress,
Address newAddress)
|
|
| Method Summary | |
|---|---|
Address |
getNewAddress()
|
Address |
getOldAddress()
|
int |
getPartitionId()
|
int |
getReplicaIndex()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PartitionReplicaChangeEvent(int partitionId,
int replicaIndex,
Address oldAddress,
Address newAddress)
| Method Detail |
|---|
public int getPartitionId()
public int getReplicaIndex()
public Address getOldAddress()
public Address getNewAddress()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||