| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
 
     Hazelcast JSR-107 aka JCache implementation 
 | 
| com.hazelcast.collection | 
 This package contains classes related to Collections (IList,ISet etc..)  
 | 
| com.hazelcast.collection.list | 
 This package contains IList functionality for Hazelcast. 
 | 
| com.hazelcast.collection.set | 
 This package contains ISet functionality for Hazelcast. 
 | 
| com.hazelcast.collection.txn | 
 This package contains the Transaction behavior for the Collections. 
 | 
| 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 IdGenerator it 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.executor.impl | 
 This package contains IExecutorService functionality for Hazelcast. 
The IExecutorService extends the ExecutorService and 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.queue.impl.proxy | 
 This package contains the IQueue proxies. 
 | 
| com.hazelcast.queue.impl.tx | 
 This package contains the Transaction behavior for the IQueue. 
 | 
| com.hazelcast.replicatedmap.impl | 
 This package contains the implementation of the replicated map service itself and some connection interfaces only used
 internally - No public API! 
 | 
| 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.  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheDistributedObject
Basic distributed object which serves as an accessor to  
CacheService and NodeEngine. | 
| 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  | 
SetProxyImpl<E>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractTransactionalCollectionProxy<S extends RemoteService,E>  | 
class  | 
TransactionalListProxy<E>  | 
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  | 
ExecutorServiceProxy  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MapProxyImpl<K,V>
Proxy implementation of  
IMap interface. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TransactionalMapProxy
Proxy implementation of  
TransactionalMap interface. | 
class  | 
TransactionalMapProxySupport
Base 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  | 
QueueProxyImpl<E>
Proxy implementation for the Queue. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TransactionalQueueProxy<E>
Provides proxy for the Transactional Queue. 
 | 
class  | 
TransactionalQueueProxySupport
Provides support for proxy of the Transactional Queue. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ReplicatedMapProxy<K,V>
The internal  
ReplicatedMap implementation proxying the requests to the underlying
  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TopicProxy<E>  | 
class  | 
TotalOrderedTopicProxy  | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.