Uses of Class
com.hazelcast.partition.MigrationInfo

Packages that use MigrationInfo
com.hazelcast.partition Contains the partition logic for Hazelcast. 
com.hazelcast.partition.impl Contains the actual implementation of the InternalPartitionService
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
 

Uses of MigrationInfo in com.hazelcast.partition
 

Methods in com.hazelcast.partition that return types with arguments of type MigrationInfo
 Collection<MigrationInfo> InternalPartitionService.getActiveMigrations()
           
 Collection<MigrationInfo> PartitionRuntimeState.getCompletedMigrations()
           
 

Constructor parameters in com.hazelcast.partition with type arguments of type MigrationInfo
PartitionRuntimeState(ILogger logger, Collection<MemberInfo> memberInfos, InternalPartition[] partitions, Collection<MigrationInfo> migrationInfos, long masterTime, int version)
           
 

Uses of MigrationInfo in com.hazelcast.partition.impl
 

Fields in com.hazelcast.partition.impl declared as MigrationInfo
protected  MigrationInfo BaseMigrationOperation.migrationInfo
           
 

Methods in com.hazelcast.partition.impl that return types with arguments of type MigrationInfo
 Collection<MigrationInfo> InternalPartitionServiceImpl.getActiveMigrations()
           
 

Constructors in com.hazelcast.partition.impl with parameters of type MigrationInfo
BaseMigrationOperation(MigrationInfo migrationInfo)
           
MigrationOperation(MigrationInfo migrationInfo, long[] replicaVersions, Collection<Operation> tasks)
           
MigrationRequestOperation(MigrationInfo migrationInfo)
           
 

Uses of MigrationInfo in com.hazelcast.spi.impl
 

Methods in com.hazelcast.spi.impl with parameters of type MigrationInfo
 void NodeEngineImpl.onPartitionMigrate(MigrationInfo migrationInfo)
           
 



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