| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.replicatedmap.impl.client.ReplicatedMapEntrySet<K,V>
K - key typeV - value typepublic class ReplicatedMapEntrySet<K,V>
An implementation of a portable implementing entry set for client results on entrySet requests
| Constructor Summary | |
|---|---|
ReplicatedMapEntrySet(Set<Map.Entry<K,V>> entrySet)
 | 
|
| Method Summary | |
|---|---|
 int | 
getClassId()
Returns class identifier for this portable class.  | 
 Set<Map.Entry<K,V>> | 
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 ReplicatedMapEntrySet(Set<Map.Entry<K,V>> entrySet)
| Method Detail | 
|---|
public Set<Map.Entry<K,V>> getEntrySet()
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
IOExceptionpublic int getFactoryId()
Portable
getFactoryId in interface Portablepublic int getClassId()
Portable
getClassId in interface Portable
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||