com.hazelcast.multimap.impl.operations
Class EntrySetResponse

java.lang.Object
  extended by com.hazelcast.multimap.impl.operations.EntrySetResponse
All Implemented Interfaces:
DataSerializable

public class EntrySetResponse
extends Object
implements DataSerializable


Constructor Summary
EntrySetResponse()
           
EntrySetResponse(Map<Data,Collection<MultiMapRecord>> map, NodeEngine nodeEngine)
           
 
Method Summary
 Set<Map.Entry<Data,Data>> getDataEntrySet()
           
<K,V> Set<Map.Entry<K,V>>
getObjectEntrySet(NodeEngine nodeEngine)
           
 void readData(ObjectDataInput in)
          Reads fields from the input stream
 void writeData(ObjectDataOutput out)
          Writes object fields to output stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntrySetResponse

public EntrySetResponse()

EntrySetResponse

public EntrySetResponse(Map<Data,Collection<MultiMapRecord>> map,
                        NodeEngine nodeEngine)
Method Detail

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.