Uses of Interface
com.hazelcast.partition.PartitionEvent

Packages that use PartitionEvent
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.partition Contains the partition logic for Hazelcast. 
com.hazelcast.partition.impl Contains the actual implementation of the InternalPartitionService
 

Uses of PartitionEvent in com.hazelcast.core
 

Classes in com.hazelcast.core that implement PartitionEvent
 class MigrationEvent
          An event fired when a partition migration starts, completes or fails.
 

Uses of PartitionEvent in com.hazelcast.partition
 

Classes in com.hazelcast.partition with type parameters of type PartitionEvent
 interface PartitionEventListener<T extends PartitionEvent>
          PartitionEventListener is a base interface for partition-related event listeners
 

Classes in com.hazelcast.partition that implement PartitionEvent
 class PartitionLostEvent
          The event that is fired when a partition lost its owner and all backups.
 

Uses of PartitionEvent in com.hazelcast.partition.impl
 

Methods in com.hazelcast.partition.impl with parameters of type PartitionEvent
 void InternalPartitionServiceImpl.dispatchEvent(PartitionEvent partitionEvent, PartitionEventListener partitionEventListener)
           
 



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