public class MultiMapRecord extends Object implements DataSerializable
| Constructor and Description |
|---|
MultiMapRecord() |
MultiMapRecord(long recordId,
Object object) |
MultiMapRecord(Object object) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Object |
getObject() |
long |
getRecordId() |
int |
hashCode() |
void |
readData(ObjectDataInput in) |
void |
setObject(Object object) |
void |
setRecordId(long recordId) |
void |
writeData(ObjectDataOutput out) |
public MultiMapRecord()
public MultiMapRecord(Object object)
public MultiMapRecord(long recordId,
Object object)
public long getRecordId()
public void setRecordId(long recordId)
public Object getObject()
public void setObject(Object object)
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.