com.hazelcast.multimap.impl.operations
Class EntrySetResponse
java.lang.Object
com.hazelcast.multimap.impl.operations.EntrySetResponse
- All Implemented Interfaces:
- DataSerializable
public class EntrySetResponse
- extends Object
- implements DataSerializable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntrySetResponse
public EntrySetResponse()
EntrySetResponse
public EntrySetResponse(Map<Data,Collection<MultiMapRecord>> map,
NodeEngine nodeEngine)
getDataEntrySet
public Set<Map.Entry<Data,Data>> getDataEntrySet()
getObjectEntrySet
public <K,V> Set<Map.Entry<K,V>> getObjectEntrySet(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.