public class CachePartitionEventData extends CacheEventDataImpl implements CacheEventData
| Constructor and Description | 
|---|
| CachePartitionEventData() | 
| CachePartitionEventData(String name,
                       int partitionId,
                       Member member) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| int | getId()Returns type identifier for this class. | 
| Member | getMember() | 
| int | getPartitionId() | 
| int | hashCode() | 
| void | readData(ObjectDataInput in)Reads fields from the input stream | 
| String | toString() | 
| void | writeData(ObjectDataOutput out)Writes object fields to output stream | 
getCacheEventType, getDataKey, getDataOldValue, getDataValue, getFactoryId, getName, isOldValueAvailableclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCacheEventType, getDataKey, getDataOldValue, getDataValue, getName, isOldValueAvailablegetFactoryIdpublic Member getMember()
public int getPartitionId()
public void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializablewriteData in class CacheEventDataImplout - outputIOExceptionpublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablereadData in class CacheEventDataImplin - inputIOExceptionpublic String toString()
toString in class CacheEventDataImplpublic boolean equals(Object o)
equals in class CacheEventDataImplpublic int hashCode()
hashCode in class CacheEventDataImplpublic int getId()
IdentifiedDataSerializablegetId in interface IdentifiedDataSerializablegetId in class CacheEventDataImplCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.