| Package | Description | 
|---|---|
| com.hazelcast.cache.impl.operation | Hazelcast JSR-107 aka JCache implementation | 
| 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.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.executorservice | Client protocol tasks implementations for ExecutorService | 
| 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.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 com.hazelcast.client | 
| com.hazelcast.concurrent.countdownlatch.operations | This package contains the operations on the ICountDownLatch. | 
| com.hazelcast.concurrent.semaphore.operations | This package contains the operations on the ISemaphore. | 
| com.hazelcast.executor.impl.operations | This package contains operations for the IExecutorService. | 
| 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.partition | Contains the internals for partition assignment/management, migration, replication etc. | 
| com.hazelcast.internal.partition.operation | Contains the operations for partition package. | 
| com.hazelcast.map.impl.operation | Package for map operations. | 
| com.hazelcast.map.impl.query | |
| 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.nio | This package contains classes related to New IO | 
| com.hazelcast.nio.tcp | Contains functionality for the TCP/IP Networking between 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.spi | Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. | 
| 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.operationservice | Contains the  InternalOperationServiceAPI. | 
| com.hazelcast.spi.impl.operationservice.impl | Contains the code for the  InternalOperationServiceimplementation. | 
| com.hazelcast.spi.impl.packetdispatcher.impl | Contains the implementation of the  PacketDispatcher. | 
| com.hazelcast.spi.impl.proxyservice.impl | Contains the implementation of the  InternalProxyService. | 
| com.hazelcast.spi.impl.servicemanager.impl | Contains the  ServiceManagerimplementation. | 
| com.hazelcast.spi.impl.waitnotifyservice.impl | Contains the implementation code for the  WaitNotifyService. | 
| 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. | 
| MutatingOperation Marker interface for operations that changes map state/data. | 
| Class and Description | 
|---|
| 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 | 
|---|
| 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 | 
|---|
| 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 todo:
 - thread value protection
 The long term goal is that this whole class can be ripped out and replaced by the
  java.util.concurrent.CompletableFuture. | 
| Class and Description | 
|---|
| AbstractNamedOperation | 
| Class and Description | 
|---|
| AbstractNamedOperation | 
| Class and Description | 
|---|
| AbstractNamedOperation | 
| 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 | 
|---|
| 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 | 
|---|
| 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 | 
| 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 | 
|---|
| 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 | 
|---|
| 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 | 
|---|
| 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 | 
|---|
| 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 | 
|---|
| 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 © 2016 Hazelcast, Inc.. All Rights Reserved.