public class PartitionServiceProxy.PartitionProxy extends Object implements Partition, Comparable
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
Member |
getOwner()
Returns the current member that owns this partition.
|
int |
getPartitionId()
Returns the id of the partition.
|
int |
hashCode() |
String |
toString() |
public int getPartitionId()
Partition
getPartitionId
in interface Partition
public Member getOwner()
Partition
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.