Package | Description |
---|---|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.concurrent.lock | |
com.hazelcast.executor.impl.client |
This package contains client requests for the IExecutorService.
|
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
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 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 |
---|
TargetCallableRequest(String name,
String uuid,
Callable callable,
ConstructorFunction<Object,Address> targetAddressCreator) |
Constructor and Description |
---|
ArrayDataSerializableFactory(ConstructorFunction<Integer,IdentifiedDataSerializable>[] ctorArray) |
ArrayPortableFactory(ConstructorFunction<Integer,Portable>[] ctorArray) |
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 © 2014 Hazelcast, Inc.. All Rights Reserved.