public class CachePartitionEventData extends CacheEventDataImpl implements CacheEventData
Constructor and Description |
---|
CachePartitionEventData(String name,
int partitionId,
Member member) |
Modifier and Type | Method and Description |
---|---|
Member |
getMember() |
int |
getPartitionId() |
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, isOldValueAvailable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCacheEventType, getDataKey, getDataOldValue, getDataValue, getName, isOldValueAvailable
getFactoryId, getId
public Member getMember()
public int getPartitionId()
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
writeData
in class CacheEventDataImpl
out
- outputIOException
public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
readData
in class CacheEventDataImpl
in
- inputIOException
public String toString()
toString
in class CacheEventDataImpl
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.