| Constructor and Description |
|---|
PortableItemEvent() |
PortableItemEvent(Data item,
ItemEventType eventType,
String uuid) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClassId() |
ItemEventType |
getEventType() |
int |
getFactoryId() |
Data |
getItem() |
String |
getUuid() |
void |
readPortable(PortableReader reader) |
void |
writePortable(PortableWriter writer) |
public PortableItemEvent()
public PortableItemEvent(Data item, ItemEventType eventType, String uuid)
public Data getItem()
public ItemEventType getEventType()
public String getUuid()
public int getFactoryId()
getFactoryId in interface Portablepublic int getClassId()
getClassId in interface Portablepublic void writePortable(PortableWriter writer) throws IOException
writePortable in interface PortableIOExceptionpublic void readPortable(PortableReader reader) throws IOException
readPortable in interface PortableIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.