|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hazelcast.spi.impl.PortableEntryEvent
public class PortableEntryEvent
Constructor Summary | |
---|---|
PortableEntryEvent()
|
|
PortableEntryEvent(Data key,
Data value,
Data oldValue,
EntryEventType eventType,
String uuid)
|
|
PortableEntryEvent(EntryEventType eventType,
String uuid,
int numberOfAffectedEntries)
|
Method Summary | |
---|---|
int |
getClassId()
Returns class identifier for this portable class. |
EntryEventType |
getEventType()
|
int |
getFactoryId()
Returns PortableFactory id for this portable class |
Data |
getKey()
|
int |
getNumberOfAffectedEntries()
|
Data |
getOldValue()
|
String |
getUuid()
|
Data |
getValue()
|
void |
readPortable(PortableReader reader)
Read portable fields using PortableReader |
void |
writePortable(PortableWriter writer)
Serialize this portable object using PortableWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortableEntryEvent()
public PortableEntryEvent(Data key, Data value, Data oldValue, EntryEventType eventType, String uuid)
public PortableEntryEvent(EntryEventType eventType, String uuid, int numberOfAffectedEntries)
Method Detail |
---|
public Data getKey()
public Data getValue()
public Data getOldValue()
public EntryEventType getEventType()
public String getUuid()
public int getNumberOfAffectedEntries()
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
- PortableWriter
IOException
public void readPortable(PortableReader reader) throws IOException
Portable
readPortable
in interface Portable
reader
- PortableReader
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |