public class BatchNearCacheInvalidation extends Invalidation
| Constructor and Description | 
|---|
BatchNearCacheInvalidation()  | 
BatchNearCacheInvalidation(String dataStructureName,
                          List<Invalidation> invalidations)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getId()
Returns type identifier for this class. 
 | 
List<Invalidation> | 
getInvalidations()  | 
void | 
readData(ObjectDataInput in)
Reads fields from the input stream 
 | 
String | 
toString()  | 
void | 
writeData(ObjectDataOutput out)
Writes object fields to output stream 
 | 
getEventType, getFactoryId, getKey, getMember, getName, getPartitionUuid, getSequence, getSourceUuidpublic BatchNearCacheInvalidation()
public BatchNearCacheInvalidation(String dataStructureName, List<Invalidation> invalidations)
public List<Invalidation> getInvalidations()
public 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 © 2020 Hazelcast, Inc.. All Rights Reserved.