public class EntrySetResponse extends Object implements DataSerializable
| Constructor and Description |
|---|
EntrySetResponse() |
EntrySetResponse(Map<Data,Collection<MultiMapRecord>> map,
NodeEngine nodeEngine) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Data,Data>> |
getDataEntrySet() |
<K,V> Set<Map.Entry<K,V>> |
getObjectEntrySet(NodeEngine nodeEngine) |
void |
readData(ObjectDataInput in) |
void |
writeData(ObjectDataOutput out) |
public EntrySetResponse()
public EntrySetResponse(Map<Data,Collection<MultiMapRecord>> map, NodeEngine nodeEngine)
public <K,V> Set<Map.Entry<K,V>> getObjectEntrySet(NodeEngine nodeEngine)
public void writeData(ObjectDataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(ObjectDataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.