com.hazelcast.partition
Class MigrationEvent
java.lang.Object
java.util.EventObject
com.hazelcast.partition.MigrationEvent
- All Implemented Interfaces:
- Serializable
public class MigrationEvent
- extends EventObject
- See Also:
- Serialized Form
MigrationEvent
public MigrationEvent(Object source,
int partitionId,
Member oldOwner,
Member newOwner)
getPartitionId
public int getPartitionId()
getOldOwner
public Member getOldOwner()
getNewOwner
public Member getNewOwner()
toString
public String toString()
- Overrides:
toString
in class EventObject
Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.