Uses of Interface
com.hazelcast.core.MigrationListener

Packages that use MigrationListener
com.hazelcast.client.proxy This package contains client side proxy implementations of the different Hazelcast data structures and operation types 
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 MigrationListener in com.hazelcast.client.proxy
 

Methods in com.hazelcast.client.proxy with parameters of type MigrationListener
 String PartitionServiceProxy.addMigrationListener(MigrationListener migrationListener)
           
 

Uses of MigrationListener in com.hazelcast.core
 

Methods in com.hazelcast.core with parameters of type MigrationListener
 String PartitionService.addMigrationListener(MigrationListener migrationListener)
          Adds a MigrationListener.
 

Uses of MigrationListener in com.hazelcast.partition
 

Methods in com.hazelcast.partition with parameters of type MigrationListener
 String InternalPartitionService.addMigrationListener(MigrationListener migrationListener)
           
 String PartitionServiceProxy.addMigrationListener(MigrationListener migrationListener)
           
 

Uses of MigrationListener in com.hazelcast.partition.impl
 

Methods in com.hazelcast.partition.impl with parameters of type MigrationListener
 String InternalPartitionServiceImpl.addMigrationListener(MigrationListener listener)
           
 void InternalPartitionServiceImpl.dispatchEvent(MigrationEvent migrationEvent, MigrationListener migrationListener)
           
 



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