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 Portable
public int getClassId()
getClassId
in interface Portable
public void writePortable(PortableWriter writer) throws IOException
writePortable
in interface Portable
IOException
public void readPortable(PortableReader reader) throws IOException
readPortable
in interface Portable
IOException
Copyright © 2014 Hazelcast, Inc.. All rights reserved.