public class CachePartitionEventData extends CacheEventDataImpl implements CacheEventData
| Constructor and Description | 
|---|
| CachePartitionEventData(String name,
                       int partitionId,
                       Member member) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| 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, getId, getName, isOldValueAvailableclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCacheEventType, getDataKey, getDataOldValue, getDataValue, getName, isOldValueAvailablegetFactoryId, getIdpublic 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 CacheEventDataImplCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.