com.hazelcast.partition
Interface PartitionEvent

All Known Implementing Classes:
MigrationEvent, PartitionLostEvent

public interface PartitionEvent

PartitionEvent is a base interface for partition-related events

See Also:
MigrationEvent, PartitionLostEvent

Method Summary
 int getPartitionId()
          Partition id that the event is dispatch for
 

Method Detail

getPartitionId

int getPartitionId()
Partition id that the event is dispatch for

Returns:
partition id that the event is dispatch for


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.