Package | Description |
---|---|
com.hazelcast.map.impl.querycache.subscriber |
This package contains classes which are used for
QueryCache
event subscription side. |
Modifier and Type | Class and Description |
---|---|
class |
NullQueryCache
Object for neutral
InternalQueryCache implementation. |
Modifier and Type | Field and Description |
---|---|
static InternalQueryCache |
NullQueryCache.NULL_QUERY_CACHE
Null query cache implementation.
|
protected InternalQueryCache |
AbstractQueryCacheEndToEndConstructor.queryCache |
Modifier and Type | Method and Description |
---|---|
InternalQueryCache |
QueryCacheFactory.create(QueryCacheRequest request,
String cacheId) |
InternalQueryCache |
AbstractQueryCacheEndToEndConstructor.createNew(String cacheId)
Here order of method calls should not change.
|
InternalQueryCache<K,V> |
QueryCacheEndToEndProvider.getOrCreateQueryCache(String mapName,
String cacheName,
ConstructorFunction<String,InternalQueryCache<K,V>> constructor) |
InternalQueryCache |
QueryCacheFactory.getOrNull(String cacheId) |
InternalQueryCache<K,V> |
QueryCacheEndToEndProvider.tryCreateQueryCache(String mapName,
String cacheName,
ConstructorFunction<String,InternalQueryCache<K,V>> constructor)
Idempotent query cache create mechanism.
|
Modifier and Type | Method and Description |
---|---|
boolean |
QueryCacheFactory.remove(InternalQueryCache queryCache) |
Modifier and Type | Method and Description |
---|---|
InternalQueryCache<K,V> |
QueryCacheEndToEndProvider.getOrCreateQueryCache(String mapName,
String cacheName,
ConstructorFunction<String,InternalQueryCache<K,V>> constructor) |
InternalQueryCache<K,V> |
QueryCacheEndToEndProvider.tryCreateQueryCache(String mapName,
String cacheName,
ConstructorFunction<String,InternalQueryCache<K,V>> constructor)
Idempotent query cache create mechanism.
|
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.