public class SingleNearCacheInvalidation extends Invalidation
| Constructor and Description | 
|---|
| SingleNearCacheInvalidation() | 
| SingleNearCacheInvalidation(Data key,
                           String dataStructureName,
                           String sourceUuid,
                           UUID partitionUuid,
                           long sequence) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getId()Returns type identifier for this class. | 
| Data | getKey() | 
| void | readData(ObjectDataInput in)Reads fields from the input stream | 
| String | toString() | 
| void | writeData(ObjectDataOutput out)Writes object fields to output stream | 
getEventType, getFactoryId, getMember, getName, getPartitionUuid, getSequence, getSourceUuidpublic final Data getKey()
getKey in class Invalidationpublic void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializablewriteData in class Invalidationout - outputIOException - if an I/O error occurs. In particular,
                     an IOException may be thrown if the
                     output stream has been closed.public void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablereadData in class Invalidationin - inputIOException - if an I/O error occurs. In particular,
                     an IOException may be thrown if the
                     input stream has been closed.public String toString()
toString in class Invalidationpublic int getId()
IdentifiedDataSerializableCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.