|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.cache.impl.client.CacheInvalidationMessage
public class CacheInvalidationMessage
| Constructor Summary | |
|---|---|
CacheInvalidationMessage()
|
|
CacheInvalidationMessage(String name,
Data key,
String sourceUuid)
|
|
| Method Summary | |
|---|---|
int |
getClassId()
Returns class identifier for this portable class. |
int |
getFactoryId()
Returns PortableFactory id for this portable class |
Data |
getKey()
|
String |
getName()
|
String |
getSourceUuid()
|
void |
readPortable(PortableReader reader)
Read portable fields using PortableReader |
String |
toString()
|
void |
writePortable(PortableWriter writer)
Serialize this portable object using PortableWriter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheInvalidationMessage()
public CacheInvalidationMessage(String name,
Data key,
String sourceUuid)
| Method Detail |
|---|
public String getName()
public Data getKey()
public String getSourceUuid()
public int getFactoryId()
Portable
getFactoryId in interface Portablepublic int getClassId()
Portable
getClassId in interface Portable
public void writePortable(PortableWriter writer)
throws IOException
Portable
writePortable in interface Portablewriter - PortableWriter
IOException
public void readPortable(PortableReader reader)
throws IOException
Portable
readPortable in interface Portablereader - PortableReader
IOExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||