public static class ClientHandlerService.PartitionImpl extends Object implements Partition, HazelcastInstanceAware, DataSerializable, Comparable
| Constructor and Description |
|---|
ClientHandlerService.PartitionImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
boolean |
equals(Object o) |
Member |
getOwner() |
int |
getPartitionId() |
int |
hashCode() |
void |
readData(DataInput in) |
void |
setHazelcastInstance(HazelcastInstance hazelcastInstance) |
String |
toString() |
void |
writeData(DataOutput out) |
public int getPartitionId()
getPartitionId in interface Partitionpublic void setHazelcastInstance(HazelcastInstance hazelcastInstance)
setHazelcastInstance in interface HazelcastInstanceAwarepublic void writeData(DataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(DataInput in) throws IOException
readData in interface DataSerializableIOExceptionpublic int compareTo(Object o)
compareTo in interface ComparableCopyright © 2013 Hazelcast, Inc.. All rights reserved.