Package com.hazelcast.partition

Contains the partition logic for Hazelcast.

See:
          Description

Interface Summary
InternalPartition Represents a Partition.
InternalPartitionService  
MigrationCycleOperation  
PartitionEvent PartitionEvent is a base interface for partition-related events
PartitionEventListener<T extends PartitionEvent> 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.
 

Class Summary
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

MigrationInfo  
PartitionDataSerializerHook  
PartitionInfo A DTO for Partition Information.
PartitionLostEvent The event that is fired when a partition lost its owner and all backups.
PartitionPortableHook  
PartitionRuntimeState  
PartitionServiceProxy  
ReplicaErrorLogger  
 

Enum Summary
MigrationEndpoint  
 

Package com.hazelcast.partition Description

Contains the partition logic for Hazelcast.



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