Uses of Package
com.hazelcast.partition

Packages that use com.hazelcast.partition
com.hazelcast.client Contains classes/interfaces related to Client 
com.hazelcast.client.impl Contains most of the client side HazelcastInstance implementation functionality. 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.internal.management.dto These contain the DTO object to exchange information with the management center. 
com.hazelcast.jmx Contains Hazelcast management bean classes. 
com.hazelcast.map.impl Contains implementation specific classes of com.hazelcast.map package. 
com.hazelcast.mapreduce.impl.task This package contains the base implementation for a standard map reduce job. 
com.hazelcast.partition Contains the partition logic for Hazelcast. 
com.hazelcast.partition.impl Contains the actual implementation of the InternalPartitionService
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
com.hazelcast.spi.impl.waitnotifyservice.impl Contains the implementation code for the InternalWaitNotifyService
 

Classes in com.hazelcast.partition used by com.hazelcast.client
InternalPartitionService
           
 

Classes in com.hazelcast.partition used by com.hazelcast.client.impl
InternalPartitionService
           
 

Classes in com.hazelcast.partition used by com.hazelcast.core
PartitionEvent
          PartitionEvent is a base interface for partition-related events
PartitionLostListener
          PartitionLostListener provides the ability to be notified upon a possible data loss when a partition has no owner and backups.
 

Classes in com.hazelcast.partition used by com.hazelcast.instance
InternalPartitionService
           
 

Classes in com.hazelcast.partition used by com.hazelcast.internal.management.dto
InternalPartitionService
           
 

Classes in com.hazelcast.partition used by com.hazelcast.jmx
InternalPartitionService
           
 

Classes in com.hazelcast.partition used by com.hazelcast.map.impl
InternalPartitionLostEvent
          Internal event that is dispatched to @see com.hazelcast.spi.PartitionAwareService#onPartitionLost()

It contains the partition id, number of replicas that is lost and the address of node that detects the partition lost

InternalPartitionService
           
 

Classes in com.hazelcast.partition used by com.hazelcast.mapreduce.impl.task
InternalPartitionService
           
 

Classes in com.hazelcast.partition used by com.hazelcast.partition
InternalPartition
          Represents a Partition.
InternalPartitionService
           
MigrationEndpoint
           
MigrationInfo
           
PartitionEvent
          PartitionEvent is a base interface for partition-related events
PartitionInfo
          A DTO for Partition Information.
PartitionLostEvent
          The event that is fired when a partition lost its owner and all backups.
PartitionLostListener
          PartitionLostListener provides the ability to be notified upon a possible data loss when a partition has no owner and backups.
PartitionServiceProxy.PartitionProxy
           
 

Classes in com.hazelcast.partition used by com.hazelcast.partition.impl
InternalPartition
          Represents a Partition.
InternalPartitionLostEvent
          Internal event that is dispatched to @see com.hazelcast.spi.PartitionAwareService#onPartitionLost()

It contains the partition id, number of replicas that is lost and the address of node that detects the partition lost

InternalPartitionService
           
MigrationCycleOperation
           
MigrationInfo
           
PartitionEvent
          PartitionEvent is a base interface for partition-related events
PartitionEventListener
          PartitionEventListener is a base interface for partition-related event listeners
PartitionLostListener
          PartitionLostListener provides the ability to be notified upon a possible data loss when a partition has no owner and backups.
PartitionRuntimeState
           
PartitionServiceProxy
           
 

Classes in com.hazelcast.partition used by com.hazelcast.spi
InternalPartitionLostEvent
          Internal event that is dispatched to @see com.hazelcast.spi.PartitionAwareService#onPartitionLost()

It contains the partition id, number of replicas that is lost and the address of node that detects the partition lost

InternalPartitionService
           
MigrationEndpoint
           
 

Classes in com.hazelcast.partition used by com.hazelcast.spi.impl
InternalPartitionService
           
MigrationInfo
           
 

Classes in com.hazelcast.partition used by com.hazelcast.spi.impl.waitnotifyservice.impl
MigrationInfo
           
 



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