public abstract class CacheInvalidationMessage extends Object implements Portable
Constructor and Description |
---|
CacheInvalidationMessage() |
CacheInvalidationMessage(String name) |
Modifier and Type | Method and Description |
---|---|
int |
getFactoryId()
Returns PortableFactory id for this portable class
|
Data |
getKey() |
String |
getName() |
String |
getSourceUuid() |
void |
readPortable(PortableReader reader)
Read portable fields using PortableReader
|
void |
writePortable(PortableWriter writer)
Serialize this portable object using PortableWriter
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClassId
protected String name
public CacheInvalidationMessage()
public CacheInvalidationMessage(String name)
public String getName()
public Data getKey()
public String getSourceUuid()
public int getFactoryId()
Portable
getFactoryId
in interface Portable
public void writePortable(PortableWriter writer) throws IOException
Portable
writePortable
in interface Portable
writer
- PortableWriterIOException
public void readPortable(PortableReader reader) throws IOException
Portable
readPortable
in interface Portable
reader
- PortableReaderIOException
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.