Uses of Interface
com.hazelcast.util.ConstructorFunction

Packages that use ConstructorFunction
com.hazelcast.cache.impl Hazelcast JSR-107 aka JCache implementation 
com.hazelcast.concurrent.lock This package contains Lock for Hazelcast.
The ILock is the distributed version of the 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. 
 

Uses of ConstructorFunction in com.hazelcast.cache.impl
 

Fields in com.hazelcast.cache.impl declared as ConstructorFunction
protected  ConstructorFunction<String,CacheStatisticsImpl> AbstractCacheService.cacheStatisticsConstructorFunction
           
 

Uses of ConstructorFunction in com.hazelcast.concurrent.lock
 

Methods in com.hazelcast.concurrent.lock with parameters of type ConstructorFunction
 void LockService.registerLockStoreConstructor(String serviceName, ConstructorFunction<ObjectNamespace,LockStoreInfo> constructorFunction)
           
 void LockServiceImpl.registerLockStoreConstructor(String serviceName, ConstructorFunction<ObjectNamespace,LockStoreInfo> constructorFunction)
           
 

Uses of ConstructorFunction in com.hazelcast.executor.impl.client
 

Constructors in com.hazelcast.executor.impl.client with parameters of type ConstructorFunction
TargetCallableRequest(String name, String uuid, Callable callable, ConstructorFunction<Object,Address> targetAddressCreator)
           
 

Uses of ConstructorFunction in com.hazelcast.nio.serialization
 

Constructors in com.hazelcast.nio.serialization with parameters of type ConstructorFunction
ArrayDataSerializableFactory(ConstructorFunction<Integer,IdentifiedDataSerializable>[] ctorArray)
           
ArrayPortableFactory(ConstructorFunction<Integer,Portable>[] ctorArray)
           
 

Uses of ConstructorFunction in com.hazelcast.util
 

Methods in com.hazelcast.util with parameters of type ConstructorFunction
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 © 2015 Hazelcast, Inc.. All Rights Reserved.