Package | Description |
---|---|
com.hazelcast.concurrent.lock | |
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 | Method and Description |
---|---|
void |
LockServiceImpl.registerLockStoreConstructor(String serviceName,
ConstructorFunction<ObjectNamespace,LockStoreInfo> constructorFunction) |
void |
LockService.registerLockStoreConstructor(String serviceName,
ConstructorFunction<ObjectNamespace,LockStoreInfo> constructorFunction) |
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 © 2018 Hazelcast, Inc.. All rights reserved.