public class Invalidation extends Object implements com.hazelcast.nio.serialization.IdentifiedDataSerializable
| Constructor and Description |
|---|
Invalidation() |
Invalidation(Object key,
Object version) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClassId() |
int |
getFactoryId() |
Object |
getKey() |
Object |
getVersion() |
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
String |
toString() |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
public Object getKey()
public Object getVersion()
public void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
writeData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionpublic void readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
readData in interface com.hazelcast.nio.serialization.DataSerializableIOExceptionpublic int getFactoryId()
getFactoryId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializablepublic int getClassId()
getClassId in interface com.hazelcast.nio.serialization.IdentifiedDataSerializableCopyright © 2020. All rights reserved.