public interface InternalPartition extends IPartition
Modifier and Type | Field and Description |
---|---|
static int |
MAX_REPLICA_COUNT |
MAX_BACKUP_COUNT
Modifier and Type | Method and Description |
---|---|
int |
getReplicaIndex(Address address)
Return the replica index for this partition.
|
getOwnerOrNull, getPartitionId, getReplicaAddress, isLocal, isMigrating, isOwnerOrBackup
static final int MAX_REPLICA_COUNT
int getReplicaIndex(Address address)
address
- the replica addressCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.