public final class DataHolder extends Object
Constructor and Description |
---|
DataHolder(Data data) |
DataHolder(int size) |
Modifier and Type | Method and Description |
---|---|
void |
postRead() |
void |
read(ByteBuffer src) |
void |
setPartitionHash(int partitionHash) |
boolean |
shouldRead() |
int |
size() |
Data |
toData() |
String |
toString() |
public DataHolder(int size)
public DataHolder(Data data)
public boolean shouldRead()
public void read(ByteBuffer src)
public void setPartitionHash(int partitionHash)
public int size()
public void postRead()
public Data toData()
Copyright © 2013 Hazelcast, Inc.. All rights reserved.