Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.client.impl.querycache |
Contains query cache internal implementations for client side.
|
com.hazelcast.map.impl.querycache |
Contains query cache internal implementation classes.
|
com.hazelcast.map.impl.querycache.subscriber |
This package contains classes which are used for
QueryCache
event 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 | Field and Description |
---|---|
protected ContextMutexFactory |
AbstractCacheService.cacheResourcesMutexFactory |
Modifier and Type | Method and Description |
---|---|
ContextMutexFactory |
ClientQueryCacheContext.getLifecycleMutexFactory() |
Modifier and Type | Method and Description |
---|---|
ContextMutexFactory |
NodeQueryCacheContext.getLifecycleMutexFactory() |
ContextMutexFactory |
QueryCacheContext.getLifecycleMutexFactory() |
Constructor and Description |
---|
NodeQueryCacheEventService(MapServiceContext mapServiceContext,
ContextMutexFactory mutexFactory) |
QueryCacheEndToEndProvider(ContextMutexFactory mutexFactory) |
Modifier and Type | Method and Description |
---|---|
static <K,V> V |
ConcurrencyUtil.getOrPutSynchronized(ConcurrentMap<K,V> map,
K key,
ContextMutexFactory contextMutexFactory,
ConstructorFunction<K,V> func) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.