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.internal.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.
|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.querycache.publisher |
This package contains classes which are used for
QueryCache
event publishing side. |
com.hazelcast.map.impl.querycache.subscriber |
This package contains classes which are used for
QueryCache
event subscription side. |
com.hazelcast.scheduledexecutor.impl | |
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.cacheContextsConstructorFunction |
protected ConstructorFunction<String,Set<Closeable>> |
AbstractCacheService.cacheResourcesConstructorFunction |
protected ConstructorFunction<String,CacheStatisticsImpl> |
AbstractCacheService.cacheStatisticsConstructorFunction |
Modifier and Type | Class and Description |
---|---|
class |
ClientQueryCacheEndToEndConstructor
Client-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) |
Constructor and Description |
---|
Memoizer(ConstructorFunction<K,V> calculationFunction)
Constructs the memoizer.
|
Modifier and Type | Field and Description |
---|---|
protected ConstructorFunction<Void,RecordFactory> |
MapContainer.recordFactoryConstructor |
Modifier and Type | Method and Description |
---|---|
static ConstructorFunction<NodeEngine,MapService> |
MapServiceConstructor.getDefaultMapServiceConstructor()
Returns a
Constructor which will be used to create a MapService object. |
ConstructorFunction<Void,RecordFactory> |
MapContainer.getRecordFactoryConstructor() |
Modifier and Type | Method and Description |
---|---|
static Map<EntryEventType,ConstructorFunction<MapListener,ListenerAdapter>> |
MapListenerAdaptors.getConstructors() |
Constructor and Description |
---|
PartitionAccumulatorRegistry(AccumulatorInfo info,
ConstructorFunction<Integer,Accumulator> accumulatorConstructor) |
Modifier and Type | Interface and Description |
---|---|
interface |
QueryCacheEndToEndConstructor
Constructor which is used to construct all parts/sides of a
QueryCache system on nodes or on clients. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueryCacheEndToEndConstructor
Provides generic functionality for
QueryCacheEndToEndConstructor implementations. |
class |
NodeQueryCacheEndToEndConstructor
Node-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) |
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 |
---|---|
ConstructorFunction<String,ScheduledExecutorContainer> |
ScheduledExecutorMemberBin.getContainerConstructorFunction() |
ConstructorFunction<String,ScheduledExecutorContainer> |
ScheduledExecutorPartition.getContainerConstructorFunction() |
protected abstract ConstructorFunction<String,ScheduledExecutorContainer> |
AbstractScheduledExecutorContainerHolder.getContainerConstructorFunction() |
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 © 2019 Hazelcast, Inc.. All Rights Reserved.