| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation | 
| com.hazelcast.collection.impl.collection | |
| com.hazelcast.collection.impl.list | This package contains IList functionality for Hazelcast. | 
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.collection.impl.set | This package contains ISet functionality for Hazelcast. | 
| com.hazelcast.collection.impl.txncollection | |
| com.hazelcast.collection.impl.txnlist | |
| com.hazelcast.collection.impl.txnqueue | |
| com.hazelcast.collection.impl.txnset | |
| com.hazelcast.concurrent.atomiclong | This package contains IAtomicLong functionality for Hazelcast. The IAtomicLong is the distributed version of the AtomicLong. | 
| com.hazelcast.concurrent.atomicreference | This package contains IAtomicReferece functionality for Hazelcast. The IAtomicReference is the distributed version of the AtomicReference. | 
| com.hazelcast.concurrent.countdownlatch | This package contains ICountDownLatch functionality for Hazelcast. The ICountDownLatch is the distributed version of the CountDownLatch. | 
| com.hazelcast.concurrent.idgen | This package contains IdGenerator functionality for Hazelcast. With the IdGeneratorit is very simple to create cluster wide id's. | 
| com.hazelcast.concurrent.lock | |
| com.hazelcast.concurrent.semaphore | This package contains ISemaphore functionality for Hazelcast. The ISemaphore is the distributed version of the Semaphore. | 
| com.hazelcast.durableexecutor.impl | Contains the  DurableExecutorServiceimplementation classes. | 
| com.hazelcast.executor.impl | This package contains IExecutorService functionality for Hazelcast. The IExecutorService extends the ExecutorServiceand provides all kinds
 of additional methods related to distributed systems. | 
| com.hazelcast.map.impl.proxy | Contains map proxy implementation and support classes. | 
| com.hazelcast.map.impl.tx | Contains implementation classes for  TransactionalMap | 
| com.hazelcast.multimap.impl | Contains classes for Hazelcast MultiMap module. | 
| com.hazelcast.multimap.impl.txn | This package contains the Transaction behavior for the Multimap. | 
| com.hazelcast.replicatedmap.impl | This package contains the implementation of the replicated map service itself and some connection interfaces only used
 internally. | 
| com.hazelcast.ringbuffer.impl | Contains the  Ringbufferimplementation classes. | 
| com.hazelcast.scheduledexecutor.impl | |
| com.hazelcast.spi | Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services. | 
| 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.topic.impl.reliable | |
| com.hazelcast.transaction.impl.xa | Provides implementation for Hazelcast XA transaction support. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CacheProxy<K,V>ICache implementation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCollectionProxyImpl<S extends RemoteService,E> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ListProxyImpl<E> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | QueueProxyImpl<E>Proxy implementation for the Queue. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SetProxyImpl<E> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractTransactionalCollectionProxy<S extends RemoteService,E> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TransactionalListProxy<E> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TransactionalQueueProxy<E>Provides proxy for the Transactional Queue. | 
| class  | TransactionalQueueProxySupportProvides support for proxy of the Transactional Queue. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TransactionalSetProxy<E> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AtomicLongProxy | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AtomicReferenceProxy<E> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CountDownLatchProxy | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IdGeneratorProxy | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LockProxy | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SemaphoreProxy | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DurableExecutorServiceProxy | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ExecutorServiceProxy | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MapProxyImpl<K,V>Proxy implementation of  IMapinterface. | 
| class  | NearCachedMapProxyImpl<K,V>A server-side  IMapimplementation which is fronted by a Near Cache. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TransactionalMapProxyProxy implementation of  TransactionalMapinterface. | 
| class  | TransactionalMapProxySupportBase class contains proxy helper methods for  TransactionalMapProxy | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MultiMapProxySupport | 
| class  | ObjectMultiMapProxy<K,V> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TransactionalMultiMapProxy<K,V> | 
| class  | TransactionalMultiMapProxySupport | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReplicatedMapProxy<K,V>Proxy implementation of  ReplicatedMapinterface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RingbufferProxy<E>The serverside proxy to access a  Ringbuffer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ScheduledExecutorServiceProxy | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TransactionalDistributedObject<S extends RemoteService>To centralize de-serialization for transactional proxies | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TopicProxy<E> | 
| class  | TopicProxySupport | 
| class  | TotalOrderedTopicProxy | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReliableTopicProxy<E>The serverside  ITopicimplementation for reliable topics. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | XAResourceImplServer side XaResource implementation | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.