| Package | Description | 
|---|---|
| com.hazelcast.cache | 
 
     This package contains the public API extension for Hazelcast JCache,
     the Hazelcast implementation of the JSR-107 commonly referred to as JCache. 
 | 
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| com.hazelcast.map | 
 Contains Hazelcast map module classes. 
 | 
| com.hazelcast.partition | 
 Contains the partition logic for Hazelcast. 
 | 
| com.hazelcast.partition.strategy | 
 Packages contains different partitioning strategies. 
 | 
| Class and Description | 
|---|
| LocalReplicationStats
 Local statistics related to partition data replication. 
 | 
| Class and Description | 
|---|
| PartitioningStrategy
 PartitioningStrategy allows keys to be located on the same member. 
 | 
| Class and Description | 
|---|
| PartitionService
 PartitionService allows you to query  
Partitions and attach/detach MigrationListeners to listen to partition
 migration events. | 
| Class and Description | 
|---|
| LocalReplicationStats
 Local statistics related to partition data replication. 
 | 
| Class and Description | 
|---|
| MigrationListener
 MigrationListener provides the ability to listen to
 partition migration process and events. 
 | 
| MigrationState
 MigrationState shows statistical information about the migration,
 such as; migration start time, number of planned replica migrations,
 number of completed replica migrations, total elapsed migration time etc. 
 | 
| Partition
 In Hazelcast the data is split up in partitions: by default, 271 and configurable through the 'hazelcast.partition.count'
 ClusterProperty. 
 | 
| PartitionAware
 PartitionAware means that data will be based in the same member based on the partition key
 and implementing tasks will be executed on the  
PartitionAware.getPartitionKey()'s owner member. | 
| PartitionEvent
 PartitionEvent is a base interface for partition related events. 
 | 
| PartitionLostEvent
 The event is fired when a primary replica of the partition is lost. 
 | 
| PartitionLostListener
 PartitionLostListener provides the ability to be notified upon a
 possible data loss when a partition loses a replica. 
 | 
| ReplicaMigrationEvent
 An event fired when a partition replica migration completes or fails. 
 | 
| Class and Description | 
|---|
| PartitioningStrategy
 PartitioningStrategy allows keys to be located on the same member. 
 | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.