| Package | Description | 
|---|---|
| com.hazelcast.cache.impl.journal | |
| com.hazelcast.cache.impl.operation | Hazelcast JSR-107 aka JCache implementation | 
| com.hazelcast.cardinality.impl.operations | This package contains the operations on the  CardinalityEstimator. | 
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.client.impl.operations | Contains client operations | 
| com.hazelcast.client.impl.protocol.task | Client tasks associated with requests. | 
| com.hazelcast.client.impl.protocol.task.atomiclong | Client protocol tasks implementations for AtomicLong | 
| com.hazelcast.client.impl.protocol.task.atomicreference | Client protocol tasks implementations for AtomicReference | 
| com.hazelcast.client.impl.protocol.task.cache | Client protocol tasks implementations for JCache | 
| com.hazelcast.client.impl.protocol.task.cardinality | |
| com.hazelcast.client.impl.protocol.task.condition | Client protocol tasks implementations for Condition | 
| com.hazelcast.client.impl.protocol.task.countdownlatch | Client protocol tasks implementations for CountDownLatch | 
| com.hazelcast.client.impl.protocol.task.dynamicconfig | |
| com.hazelcast.client.impl.protocol.task.executorservice | Client protocol tasks implementations for ExecutorService | 
| com.hazelcast.client.impl.protocol.task.executorservice.durable | |
| com.hazelcast.client.impl.protocol.task.list | Client protocol tasks implementations for List | 
| com.hazelcast.client.impl.protocol.task.lock | Client protocol tasks implementations for ILock | 
| com.hazelcast.client.impl.protocol.task.map | Client protocol tasks implementations for map | 
| com.hazelcast.client.impl.protocol.task.mapreduce | Client protocol tasks implementations for map reduce | 
| com.hazelcast.client.impl.protocol.task.multimap | Client protocol tasks implementations for multi map | 
| com.hazelcast.client.impl.protocol.task.queue | Client protocol tasks implementations for Queue | 
| com.hazelcast.client.impl.protocol.task.replicatedmap | Client protocol tasks implementations for ReplicatedMap | 
| com.hazelcast.client.impl.protocol.task.ringbuffer | Client protocol tasks implementations for Ringbuffer | 
| com.hazelcast.client.impl.protocol.task.scheduledexecutor | |
| com.hazelcast.client.impl.protocol.task.semaphore | Client protocol tasks implementations for Semaphore | 
| com.hazelcast.client.impl.protocol.task.set | Client protocol tasks implementations for set | 
| com.hazelcast.client.impl.protocol.task.topic | Client protocol tasks implementations for Topic | 
| com.hazelcast.client.impl.protocol.task.transaction | Client protocol tasks implementations for Transaction related | 
| com.hazelcast.client.impl.protocol.task.transactionallist | Client protocol tasks implementations for Transactional List | 
| com.hazelcast.client.impl.protocol.task.transactionalmap | Client protocol tasks implementations for Transactional Map | 
| com.hazelcast.client.impl.protocol.task.transactionalmultimap | Client protocol tasks implementations for Transactional MultiMap | 
| com.hazelcast.client.impl.protocol.task.transactionalqueue | Client protocol tasks implementations for Transactional Queue | 
| com.hazelcast.client.impl.protocol.task.transactionalset | Client protocol tasks implementations for Transactional Set | 
| com.hazelcast.client.spi.impl | Provides util classes for the Hazelcast client SPI. | 
| com.hazelcast.collection.impl.collection.operations | |
| com.hazelcast.collection.impl.list.operations | |
| com.hazelcast.collection.impl.queue.operations | This package contains the IQueue operations | 
| com.hazelcast.collection.impl.txnqueue.operations | |
| com.hazelcast.concurrent.countdownlatch.operations | This package contains the operations on the ICountDownLatch. | 
| com.hazelcast.concurrent.lock.operations | This package contains the operations on the ILock. | 
| com.hazelcast.concurrent.semaphore.operations | This package contains the operations on the ISemaphore. | 
| com.hazelcast.durableexecutor.impl | Contains the  DurableExecutorServiceimplementation classes. | 
| com.hazelcast.durableexecutor.impl.operations | This package contains operations for the DurableExecutorService. | 
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. | 
| com.hazelcast.internal.cluster.impl | This package contains the implementation of the cluster functionality. | 
| com.hazelcast.internal.cluster.impl.operations | This package contains operations for the com.hazelcast.cluster.impl package. | 
| com.hazelcast.internal.diagnostics | Contains functionality what is happening in a HazelcastInstance. | 
| com.hazelcast.internal.metrics.metricsets | Contains all kinds of metric packs. | 
| com.hazelcast.internal.partition | Contains the internals for partition assignment/management, migration, replication etc. | 
| com.hazelcast.internal.partition.impl | Contains the actual implementation of the  InternalPartitionService. | 
| com.hazelcast.internal.partition.operation | Contains the operations for partition package. | 
| com.hazelcast.internal.util.futures | Re-usable implementations of Futures. | 
| com.hazelcast.journal | This package contains supporting classes for data structure specific event journals. | 
| com.hazelcast.map.impl | Contains implementation specific classes of  com.hazelcast.mappackage. | 
| com.hazelcast.map.impl.journal | |
| com.hazelcast.map.impl.operation | Package for map operations. | 
| com.hazelcast.map.impl.query | |
| com.hazelcast.map.impl.querycache.subscriber.operation | This package contains Enterprise specific operations for  QueryCache. | 
| com.hazelcast.map.impl.tx | Contains implementation classes for  TransactionalMap | 
| com.hazelcast.mapreduce.impl.task | This package contains the base implementation for a standard map reduce job. | 
| com.hazelcast.multimap.impl.operations | Contains operations for Hazelcast MultiMap module. | 
| com.hazelcast.nio | This package contains classes related to New IO | 
| com.hazelcast.nio.tcp | Contains functionality for the TCP/IP Networking for cluster members This whole package is internal and no compatibility will be provided. | 
| com.hazelcast.quorum.impl | Contains cluster quorum implementation classes. | 
| com.hazelcast.ringbuffer.impl | Contains the  Ringbufferimplementation classes. | 
| com.hazelcast.ringbuffer.impl.operations | |
| com.hazelcast.scheduledexecutor.impl.operations | |
| com.hazelcast.spi | Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. | 
| com.hazelcast.spi.impl | Contains implementations for Hazelcast SPI. | 
| com.hazelcast.spi.impl.eventservice | Contains the code for the  InternalEventService. | 
| com.hazelcast.spi.impl.eventservice.impl | Contains the code for the  InternalEventServiceimplementation. | 
| com.hazelcast.spi.impl.eventservice.impl.operations | Contains the operations for the  EventServiceImpl. | 
| com.hazelcast.spi.impl.executionservice.impl | Contains the implementation of the  InternalExecutionService. | 
| com.hazelcast.spi.impl.operationexecutor | Contains the  OperationRunnercode. | 
| com.hazelcast.spi.impl.operationexecutor.impl | Contains the  OperationExecutorImplcode. | 
| com.hazelcast.spi.impl.operationparker.impl | Contains the implementation code for the  OperationParker. | 
| com.hazelcast.spi.impl.operationservice | Contains the  InternalOperationServiceAPI. | 
| com.hazelcast.spi.impl.operationservice.impl | Contains the code for the  InternalOperationServiceimplementation. | 
| com.hazelcast.spi.impl.operationservice.impl.operations | Contains the Operations being used by the  OperationServiceImpl. | 
| com.hazelcast.spi.impl.proxyservice.impl | Contains the implementation of the  InternalProxyService. | 
| com.hazelcast.spi.impl.servicemanager.impl | Contains the  ServiceManagerimplementation. | 
| com.hazelcast.topic.impl | This package contains ITopic functionality for Hazelcast. With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. | 
| com.hazelcast.transaction.impl | Provides implementation for Hazelcast transaction support. | 
| com.hazelcast.transaction.impl.operations | |
| com.hazelcast.transaction.impl.xa | Provides implementation for Hazelcast XA transaction support. | 
| com.hazelcast.util.executor | This package contains classes related to Util.Executor  | 
| Class and Description | 
|---|
| AbstractNamedOperation | 
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| AbstractNamedOperation | 
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| MutatingOperation Marker interface for operations that changes map state/data. | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| SerializationServiceSupport | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| AbstractInvocationFuture Custom implementation of  CompletableFuture. | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| AbstractNamedOperation | 
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| MutatingOperation Marker interface for operations that changes map state/data. | 
| Class and Description | 
|---|
| AbstractNamedOperation | 
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| MutatingOperation Marker interface for operations that changes map state/data. | 
| Class and Description | 
|---|
| AbstractNamedOperation | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| MutatingOperation Marker interface for operations that changes map state/data. | 
| Class and Description | 
|---|
| AbstractNamedOperation | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| Class and Description | 
|---|
| AbstractNamedOperation | 
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| SerializationServiceSupport | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| AbstractCompletableFuture A base  ICompletableFutureimplementation that may be explicitly completed by setting its
 value through setResult. | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| CountingMigrationAwareService A  MigrationAwareServicethat delegates to anotherMigrationAwareServiceand keeps track of the number of
 migrations concerning the partition owner (either as current or new replica index) currently in-flight. | 
| Class and Description | 
|---|
| AbstractNamedOperation | 
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| AbstractNamedOperation | 
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| MutatingOperation Marker interface for operations that changes map state/data. | 
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| AbstractNamedOperation | 
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| AbstractNamedOperation | 
| Class and Description | 
|---|
| AbstractNamedOperation | 
| MutatingOperation Marker interface for operations that changes map state/data. | 
| Class and Description | 
|---|
| AbstractCompletableFuture A base  ICompletableFutureimplementation that may be explicitly completed by setting its
 value through setResult. | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| Class and Description | 
|---|
| PacketHandler The  PacketHandleris responsible for handling packets. | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| PacketHandler The  PacketHandleris responsible for handling packets. | 
| Class and Description | 
|---|
| PacketHandler The  PacketHandleris responsible for handling packets. | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| PacketHandler The  PacketHandleris responsible for handling packets. | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| Class and Description | 
|---|
| PacketHandler The  PacketHandleris responsible for handling packets. | 
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| PacketHandler The  PacketHandleris responsible for handling packets. | 
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| Class and Description | 
|---|
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| PacketHandler The  PacketHandleris responsible for handling packets. | 
| PartitionSpecificRunnable A  Runnablefor a specific partition. | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| Class and Description | 
|---|
| AbstractNamedOperation | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| Class and Description | 
|---|
| AllowedDuringPassiveState Marker interface for operations those are allowed to be executed or invoked during
  Node'sNodeState.PASSIVEstate. | 
| Class and Description | 
|---|
| NodeEngineImpl The NodeEngineImpl is the where the construction of the Hazelcast dependencies take place. | 
| Class and Description | 
|---|
| AbstractCompletableFuture A base  ICompletableFutureimplementation that may be explicitly completed by setting its
 value through setResult. | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.