public class MultiMapResponse extends Object implements DataSerializable
| Constructor and Description |
|---|
MultiMapResponse() |
MultiMapResponse(Collection collection) |
| Modifier and Type | Method and Description |
|---|---|
Collection |
getCollection() |
long |
getNextRecordId() |
Collection |
getObjectCollection(NodeEngine nodeEngine) |
Collection<MultiMapRecord> |
getRecordCollection(NodeEngine nodeEngine) |
long |
getTxVersion() |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
MultiMapResponse |
setNextRecordId(long recordId) |
MultiMapResponse |
setTxVersion(long txVersion) |
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
public MultiMapResponse()
public MultiMapResponse(Collection collection)
public long getNextRecordId()
public MultiMapResponse setNextRecordId(long recordId)
public long getTxVersion()
public MultiMapResponse setTxVersion(long txVersion)
public Collection getCollection()
public Collection getObjectCollection(NodeEngine nodeEngine)
public Collection<MultiMapRecord> getRecordCollection(NodeEngine nodeEngine)
public void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOExceptionpublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOExceptionCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.