Constructor and Description |
---|
ReplicatedMapEntries() |
ReplicatedMapEntries(int initialSize) |
ReplicatedMapEntries(List<Map.Entry<Data,Data>> entries) |
Modifier and Type | Method and Description |
---|---|
void |
add(Data key,
Data value) |
List<Map.Entry<Data,Data>> |
entries() |
int |
getClassId()
Returns class identifier for this portable class.
|
int |
getFactoryId()
Returns PortableFactory ID for this portable class
|
Data |
getKey(int index) |
Data |
getValue(int index) |
void |
readPortable(PortableReader reader)
Read portable fields using PortableReader
|
int |
size() |
void |
writePortable(PortableWriter writer)
Serialize this portable object using PortableWriter
|
public ReplicatedMapEntries()
public ReplicatedMapEntries(int initialSize)
public Data getKey(int index)
public Data getValue(int index)
public int size()
public int getFactoryId()
Portable
getFactoryId
in interface Portable
public int getClassId()
Portable
getClassId
in interface Portable
public void writePortable(PortableWriter writer) throws IOException
Portable
writePortable
in interface Portable
writer
- PortableWriterIOException
public void readPortable(PortableReader reader) throws IOException
Portable
readPortable
in interface Portable
reader
- PortableReaderIOException
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.