public class CacheSingleInvalidationMessage extends CacheInvalidationMessage
name
Constructor and Description |
---|
CacheSingleInvalidationMessage() |
CacheSingleInvalidationMessage(String name,
Data key,
String sourceUuid) |
Modifier and Type | Method and Description |
---|---|
int |
getClassId()
Returns class identifier for this portable class.
|
Data |
getKey() |
String |
getSourceUuid() |
void |
readPortable(PortableReader reader)
Read portable fields using PortableReader
|
String |
toString() |
void |
writePortable(PortableWriter writer)
Serialize this portable object using PortableWriter
|
getFactoryId, getName
public Data getKey()
getKey
in class CacheInvalidationMessage
public String getSourceUuid()
getSourceUuid
in class CacheInvalidationMessage
public int getClassId()
Portable
public void writePortable(PortableWriter writer) throws IOException
Portable
writePortable
in interface Portable
writePortable
in class CacheInvalidationMessage
writer
- PortableWriterIOException
public void readPortable(PortableReader reader) throws IOException
Portable
readPortable
in interface Portable
readPortable
in class CacheInvalidationMessage
reader
- PortableReaderIOException
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.