| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
     Hazelcast JSR-107 aka JCache implementation | 
| com.hazelcast.client.impl.querycache.subscriber | Contains Hazelcast Enterprise version client-side query cache
 subscriber implementation classes. | 
| com.hazelcast.concurrent.lock | |
| com.hazelcast.internal.serialization.impl | |
| com.hazelcast.map.impl | Contains implementation specific classes of  com.hazelcast.mappackage. | 
| com.hazelcast.map.impl.querycache.publisher | This package contains classes which are used for  QueryCacheevent publishing side. | 
| com.hazelcast.map.impl.querycache.subscriber | This package contains classes which are used for  QueryCacheevent subscription side. | 
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CachePartitionSegment
     Responsible for all cache data of a partition. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ConstructorFunction<String,CacheContext> | AbstractCacheService. cacheContexesConstructorFunction | 
| protected ConstructorFunction<String,CacheStatisticsImpl> | AbstractCacheService. cacheStatisticsConstructorFunction | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientQueryCacheEndToEndConstructorClient-side implementation of  QueryCacheEndToEndConstructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LockService. registerLockStoreConstructor(String serviceName,
                            ConstructorFunction<ObjectNamespace,LockStoreInfo> constructorFunction) | 
| void | LockServiceImpl. registerLockStoreConstructor(String serviceName,
                            ConstructorFunction<ObjectNamespace,LockStoreInfo> constructorFunction) | 
| Constructor and Description | 
|---|
| ArrayDataSerializableFactory(ConstructorFunction<Integer,IdentifiedDataSerializable>[] ctorArray) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ConstructorFunction<String,LocalMapStatsImpl> | LocalMapStatsProvider. constructorFunction | 
| protected ConstructorFunction<Void,RecordFactory> | MapContainer. recordFactoryConstructor | 
| Modifier and Type | Method and Description | 
|---|---|
| static ConstructorFunction<NodeEngine,MapService> | MapServiceConstructor. getDefaultMapServiceConstructor()Returns a  Constructorwhich will be used to create aMapServiceobject. | 
| ConstructorFunction<Void,RecordFactory> | MapContainer. getRecordFactoryConstructor() | 
| Constructor and Description | 
|---|
| PartitionAccumulatorRegistry(AccumulatorInfo info,
                            ConstructorFunction<Integer,Accumulator> accumulatorConstructor) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | QueryCacheEndToEndConstructorConstructor which is used to construct all parts/sides of a  QueryCachesystem on nodes or on clients. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractQueryCacheEndToEndConstructorProvides generic functionality for  QueryCacheEndToEndConstructorimplementations. | 
| class  | NodeQueryCacheEndToEndConstructorNode-side implementation of  QueryCacheEndToEndConstructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| InternalQueryCache<K,V> | QueryCacheEndToEndProvider. getOrCreateQueryCache(String mapName,
                     String cacheName,
                     ConstructorFunction<String,InternalQueryCache<K,V>> constructor) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | VersionAwareConstructorFunction<K,V>VersionAware version of the ConstructorFunction. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <K,V> V | ConcurrencyUtil. getOrPutIfAbsent(ConcurrentMap<K,V> map,
                K key,
                ConstructorFunction<K,V> func) | 
| static <K,V> V | ConcurrencyUtil. getOrPutSynchronized(ConcurrentMap<K,V> map,
                    K key,
                    ContextMutexFactory contextMutexFactory,
                    ConstructorFunction<K,V> func) | 
| static <K,V> V | ConcurrencyUtil. getOrPutSynchronized(ConcurrentMap<K,V> map,
                    K key,
                    Object mutex,
                    ConstructorFunction<K,V> func) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.