public class Data extends Object implements DataSerializable
| Modifier and Type | Field and Description |
|---|---|
byte[] |
buffer |
int |
partitionHash |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getPartitionHash() |
int |
hashCode() |
void |
readData(DataInput in) |
void |
setPartitionHash(int partitionHash) |
int |
size() |
String |
toString() |
void |
writeData(DataOutput out) |
public int size()
public void readData(DataInput in) throws IOException
readData in interface DataSerializableIOExceptionpublic void writeData(DataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic int getPartitionHash()
public void setPartitionHash(int partitionHash)
Copyright © 2013 Hazelcast, Inc.. All rights reserved.