| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
public Data getKey()
public Data getValue()
public Data getOldValue()
public EntryEventType getEventType()
public String getUuid()
public int getNumberOfAffectedEntries()
public void writePortable(PortableWriter writer) throws IOException
PortablewritePortable in interface Portablewriter - PortableWriterIOExceptionpublic void readPortable(PortableReader reader) throws IOException
PortablereadPortable in interface Portablereader - PortableReaderIOExceptionpublic int getFactoryId()
PortablegetFactoryId in interface Portablepublic int getClassId()
PortablegetClassId in interface PortableCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.