com.hazelcast.multimap.impl.operations
Class MultiMapResponse
java.lang.Object
com.hazelcast.multimap.impl.operations.MultiMapResponse
- All Implemented Interfaces:
- DataSerializable
public class MultiMapResponse
- extends Object
- implements DataSerializable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiMapResponse
public MultiMapResponse()
MultiMapResponse
public MultiMapResponse(Collection collection,
MultiMapConfig.ValueCollectionType collectionType)
getNextRecordId
public long getNextRecordId()
setNextRecordId
public MultiMapResponse setNextRecordId(long recordId)
getCollection
public Collection getCollection()
getObjectCollection
public Collection getObjectCollection(NodeEngine nodeEngine)
getRecordCollection
public Collection<MultiMapRecord> getRecordCollection(NodeEngine nodeEngine)
writeData
public void writeData(ObjectDataOutput out)
throws IOException
- Description copied from interface:
DataSerializable
- Writes object fields to output stream
- Specified by:
writeData
in interface DataSerializable
- Parameters:
out
- output
- Throws:
IOException
readData
public void readData(ObjectDataInput in)
throws IOException
- Description copied from interface:
DataSerializable
- Reads fields from the input stream
- Specified by:
readData
in interface DataSerializable
- Parameters:
in
- input
- Throws:
IOException
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.