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.map.impl Contains implementation specific classes of com.hazelcast.map package. 
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.map.impl
 

Methods in com.hazelcast.map.impl that return ConstructorFunction
static ConstructorFunction<NodeEngine,MapService> MapServiceConstructor.getDefaultMapServiceConstructor()
          Returns a Constructor which will be used to create a MapService object.
 

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.