public class PartitionInfo extends Object
| Constructor and Description | 
|---|
PartitionInfo(int partitionId,
             Address[] addresses)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
int | 
getPartitionId()  | 
Address | 
getReplicaAddress(int index)  | 
Address[] | 
getReplicaAddresses()  | 
int | 
getReplicaCount()  | 
int | 
hashCode()  | 
String | 
toString()  | 
public PartitionInfo(int partitionId,
             Address[] addresses)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.