| Package | Description | 
|---|---|
| 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.internal.nearcache | Near Cache support. | 
| com.hazelcast.internal.nearcache.impl | Near Cache implementations. | 
| com.hazelcast.internal.nearcache.impl.store | Near Cache store implementations. | 
| com.hazelcast.map.impl.nearcache | Contains Near Cache specific classes. | 
| com.hazelcast.map.impl.proxy | Contains map proxy implementation and support classes. | 
| com.hazelcast.multimap.impl | Contains classes for Hazelcast MultiMap module. | 
| com.hazelcast.replicatedmap.impl | This package contains the implementation of the replicated map service itself and some connection interfaces only used
 internally. | 
| 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  | 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 | Interface and Description | 
|---|---|
| interface  | NearCache<K,V>NearCacheis the contract point to store keys and values in underlyingNearCacheRecordStore. | 
| interface  | NearCacheRecordStore<K,V>NearCacheRecordStoreis the contract point to store keys and values asNearCacheRecordinternally and to serve them. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultNearCache<K,V> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractNearCacheRecordStore<K,V,KS,R extends NearCacheRecord,NCRM extends NearCacheRecordMap<KS,R>> | 
| class  | BaseHeapNearCacheRecordStore<K,V,R extends NearCacheRecord> | 
| class  | NearCacheDataRecordStore<K,V> | 
| class  | NearCacheObjectRecordStore<K,V> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InvalidationAwareWrapper<K,V>Aware of invalidations and if an invalidation for a key comes before put to cache,
 cached value will be removed. | 
| 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  | ObjectMultiMapProxy<K,V> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ReplicatedMapProxy<K,V>Proxy implementation of  ReplicatedMapinterface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TopicProxy<E> | 
| class  | TopicProxySupport | 
| class  | TotalOrderedTopicProxy | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.