Constructor and Description |
---|
PortableEntryEvent() |
PortableEntryEvent(Data key,
Data value,
Data oldValue,
EntryEventType eventType,
String uuid) |
Modifier and Type | Method and Description |
---|---|
int |
getClassId() |
EntryEventType |
getEventType() |
int |
getFactoryId() |
Data |
getKey() |
Data |
getOldValue() |
String |
getUuid() |
Data |
getValue() |
void |
readPortable(PortableReader reader) |
void |
writePortable(PortableWriter writer) |
public PortableEntryEvent()
public PortableEntryEvent(Data key, Data value, Data oldValue, EntryEventType eventType, String uuid)
public Data getKey()
public Data getValue()
public Data getOldValue()
public EntryEventType 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.