com.hazelcast.partition
Class MigrationEvent
java.lang.Object
java.util.EventObject
com.hazelcast.partition.MigrationEvent
- All Implemented Interfaces:
- java.io.Serializable
public class MigrationEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MigrationEvent
public MigrationEvent(java.lang.Object source,
int partitionId,
Member oldOwner,
Member newOwner)
getPartitionId
public int getPartitionId()
getOldOwner
public Member getOldOwner()
getNewOwner
public Member getNewOwner()
toString
public java.lang.String toString()
- Overrides:
toString in class java.util.EventObject
Copyright .9.4.5; 2008-2011 Hazel Ltd. All Rights Reserved.