| Package | Description | 
|---|---|
| com.hazelcast.client | 
 Contains classes/interfaces related to Client 
 | 
| com.hazelcast.client.config | 
 Contains classes related to config for com.hazelcast.client 
 | 
| com.hazelcast.client.impl | 
 Contains most of the client side HazelcastInstance implementation functionality. 
 | 
| com.hazelcast.client.impl.protocol | 
 Client protocol related private implementation classes 
 | 
| 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.cluster | 
 This package contains the cluster functionality. 
 | 
| com.hazelcast.cluster.client | 
 This package contains the client cluster functionality. 
 | 
| com.hazelcast.cluster.impl | 
 This package contains the implementation of the cluster functionality. 
 | 
| com.hazelcast.concurrent.lock | |
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.instance | 
 This package contains Hazelcast Instance functionality. 
 | 
| com.hazelcast.internal.ascii | 
 This package contains Ascii functionality for Hazelcast. 
This is required for Memcached and the REST api.  | 
| com.hazelcast.internal.management | 
 Contains classes to provide data/operation interface for Management Center. 
 | 
| com.hazelcast.internal.management.dto | 
 These contain the DTO object to exchange information with the management center. 
 | 
| com.hazelcast.internal.monitors | 
 Contains functionality what is happening in a HazelcastInstance. 
 | 
| com.hazelcast.jmx | 
 Contains Hazelcast management bean classes. 
 | 
| com.hazelcast.logging | 
 This package contains logging functionality for Hazelcast. 
Since Hazelcast has a zero dependency policy, Hazelcast provides a logging abstraction like commongs logging, so that different logging frameworks like log4j, can be hooked in.  | 
| com.hazelcast.monitor.impl | 
 Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc. 
 | 
| 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 
 | 
| com.hazelcast.nio.tcp.nonblocking | 
 Contains the non blocking  
TcpIpConnectionMonitor. | 
| com.hazelcast.nio.tcp.nonblocking.iobalancer | 
 Contains Handler Migration classes 
 | 
| com.hazelcast.nio.tcp.spinning | 
 Contains the implementation of the  
SpinningIOThreadingModel. | 
| com.hazelcast.partition | 
 Contains the partition logic for Hazelcast. 
 | 
| com.hazelcast.partition.impl | 
 Contains the actual implementation of the  
InternalPartitionService. | 
| com.hazelcast.query.impl.predicates | |
| 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.impl | 
 Contains the code for the  
InternalEventService implementation. | 
| com.hazelcast.spi.impl.operationexecutor.classic | 
 Contains the  
ClassicOperationExecutor code. | 
| com.hazelcast.spi.impl.operationexecutor.slowoperationdetector | 
 Contains the functionality to detect slow running operations using the
  
OperationRunner instances from the
 OperationExecutor. | 
| com.hazelcast.spi.impl.operationservice.impl | 
 Contains the code for the  
InternalOperationService implementation. | 
| com.hazelcast.spi.impl.waitnotifyservice.impl | 
 Contains the implementation code for the  
InternalWaitNotifyService. | 
| com.hazelcast.util | 
 This package contains classes to support the inner workings of Hazelcast
 as well as some backports of newer Java features / data structures to
 support older Java versions in a clean and nice way. 
 | 
| com.hazelcast.util.executor | 
 This package contains classes related to Util.Executor  
 | 
| com.hazelcast.wan | 
 This package contains the WAN replication API 
 | 
| com.hazelcast.wan.impl | 
 This package contains the opensource implementation of WAN replication 
 | 
| Class and Description | 
|---|
| DefaultOutOfMemoryHandler
 Default OutOfMemoryHandler implementation that tries to release local resources (threads, connections, memory)
 immediately and disconnects members from the rest of the cluster. 
 | 
| MemberImpl | 
| Class and Description | 
|---|
| GroupProperty
 Defines the name and default value for Hazelcast properties. 
 | 
| HazelcastProperties
 Container for configured Hazelcast properties ( 
HazelcastProperty). | 
| HazelcastProperty
 Interface for Hazelcast Member and Client properties. 
 | 
| Class and Description | 
|---|
| GroupProperties
 Container for configured Hazelcast properties ( 
GroupProperty). | 
| MemberImpl | 
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| MemberImpl | 
| Class and Description | 
|---|
| MemberImpl | 
| Class and Description | 
|---|
| MemberImpl | 
| Node | 
| Class and Description | 
|---|
| GroupProperties
 Container for configured Hazelcast properties ( 
GroupProperty). | 
| Class and Description | 
|---|
| HazelcastProperty
 Interface for Hazelcast Member and Client properties. 
 | 
| Class and Description | 
|---|
| AbstractMember | 
| AddressPicker
 Strategy to select an  
Address that a Hazelcast cluster member binds its server socket to
 and a (potentially different) address that Hazelcast will advertise to other cluster members and clients. | 
| BuildInfo | 
| GroupProperties
 Container for configured Hazelcast properties ( 
GroupProperty). | 
| GroupProperty
 Defines the name and default value for Hazelcast properties. 
 | 
| HazelcastInstanceImpl | 
| HazelcastProperties
 Container for configured Hazelcast properties ( 
HazelcastProperty). | 
| HazelcastProperty
 Interface for Hazelcast Member and Client properties. 
 | 
| HazelcastThreadGroup
 A wrapper around the  
ThreadGroup that provides some additional capabilities. | 
| LifecycleServiceImpl | 
| MemberImpl | 
| Node | 
| NodeContext
 A context for node to provide its dependencies. 
 | 
| NodeExtension
 NodeExtension is a Node extension mechanism to be able to plug different implementations of
 some modules, like; SerializationService, SocketChannelWrapperFactory etc. 
 | 
| NodeState
 Possible states of a  
Node during its lifecycle. | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| HazelcastInstanceImpl | 
| Class and Description | 
|---|
| HazelcastInstanceImpl | 
| Class and Description | 
|---|
| HazelcastInstanceImpl | 
| Node | 
| Class and Description | 
|---|
| HazelcastInstanceImpl | 
| Node | 
| Class and Description | 
|---|
| BuildInfo | 
| MemberImpl | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| HazelcastThreadGroup
 A wrapper around the  
ThreadGroup that provides some additional capabilities. | 
| Class and Description | 
|---|
| HazelcastThreadGroup
 A wrapper around the  
ThreadGroup that provides some additional capabilities. | 
| Class and Description | 
|---|
| HazelcastThreadGroup
 A wrapper around the  
ThreadGroup that provides some additional capabilities. | 
| Class and Description | 
|---|
| HazelcastThreadGroup
 A wrapper around the  
ThreadGroup that provides some additional capabilities. | 
| Class and Description | 
|---|
| MemberImpl | 
| Class and Description | 
|---|
| MemberImpl | 
| Node | 
| Class and Description | 
|---|
| GroupProperties
 Container for configured Hazelcast properties ( 
GroupProperty). | 
| Class and Description | 
|---|
| GroupProperties
 Container for configured Hazelcast properties ( 
GroupProperty). | 
| MemberImpl | 
| Node | 
| Class and Description | 
|---|
| GroupProperties
 Container for configured Hazelcast properties ( 
GroupProperty). | 
| MemberImpl | 
| Node | 
| Class and Description | 
|---|
| MemberImpl | 
| Class and Description | 
|---|
| GroupProperties
 Container for configured Hazelcast properties ( 
GroupProperty). | 
| HazelcastThreadGroup
 A wrapper around the  
ThreadGroup that provides some additional capabilities. | 
| NodeExtension
 NodeExtension is a Node extension mechanism to be able to plug different implementations of
 some modules, like; SerializationService, SocketChannelWrapperFactory etc. 
 | 
| Class and Description | 
|---|
| GroupProperties
 Container for configured Hazelcast properties ( 
GroupProperty). | 
| HazelcastThreadGroup
 A wrapper around the  
ThreadGroup that provides some additional capabilities. | 
| Class and Description | 
|---|
| GroupProperties
 Container for configured Hazelcast properties ( 
GroupProperty). | 
| HazelcastThreadGroup
 A wrapper around the  
ThreadGroup that provides some additional capabilities. | 
| MemberImpl | 
| Class and Description | 
|---|
| MemberImpl | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| HazelcastThreadGroup
 A wrapper around the  
ThreadGroup that provides some additional capabilities. | 
| Class and Description | 
|---|
| Node | 
| Class and Description | 
|---|
| Node | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.