public abstract class CacheInvalidationMessage extends Object implements IdentifiedDataSerializable
Constructor and Description |
---|
CacheInvalidationMessage() |
CacheInvalidationMessage(String name) |
Modifier and Type | Method and Description |
---|---|
int |
getFactoryId()
Returns DataSerializableFactory factory id for this class.
|
Data |
getKey() |
String |
getName() |
String |
getSourceUuid() |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId
protected String name
public CacheInvalidationMessage()
public CacheInvalidationMessage(String name)
public String getName()
public Data getKey()
public String getSourceUuid()
public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
out
- outputIOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
in
- inputIOException
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.