Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.concurrent.lock | |
com.hazelcast.internal.serialization.impl | |
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.nearcache | |
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 | 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
Constructor which will be used to create a MapService object. |
ConstructorFunction<Void,RecordFactory> |
MapContainer.getRecordFactoryConstructor() |
Modifier and Type | Field and Description |
---|---|
protected ConstructorFunction<String,NearCache> |
NearCacheProvider.nearCacheConstructor |
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,
Object mutex,
ConstructorFunction<K,V> func) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.