| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.multimap.impl.client.PortableEntrySetResponse
public class PortableEntrySetResponse
| Constructor Summary | |
|---|---|
PortableEntrySetResponse()
 | 
|
PortableEntrySetResponse(Set<Map.Entry> entrySet)
 | 
|
| Method Summary | |
|---|---|
 int | 
getClassId()
Returns class identifier for this portable class.  | 
 Set<Map.Entry> | 
getEntrySet()
 | 
 int | 
getFactoryId()
Returns PortableFactory id for this portable class  | 
 void | 
readPortable(PortableReader reader)
Read portable fields using PortableReader  | 
 void | 
writePortable(PortableWriter writer)
Serialize this portable object using PortableWriter  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PortableEntrySetResponse()
public PortableEntrySetResponse(Set<Map.Entry> entrySet)
| Method Detail | 
|---|
public Set<Map.Entry> getEntrySet()
public int getFactoryId()
Portable
getFactoryId in interface Portablepublic int getClassId()
Portable
getClassId in interface Portable
public void writePortable(PortableWriter writer)
                   throws IOException
Portable
writePortable in interface Portablewriter - PortableWriter
IOException
public void readPortable(PortableReader reader)
                  throws IOException
Portable
readPortable in interface Portablereader - PortableReader
IOException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||