Uses of Class
org.terracotta.collections.ConcurrentDistributedServerMapParameters

Packages that use ConcurrentDistributedServerMapParameters
org.terracotta.collections   
 

Uses of ConcurrentDistributedServerMapParameters in org.terracotta.collections
 

Methods in org.terracotta.collections that return ConcurrentDistributedServerMapParameters
 ConcurrentDistributedServerMapParameters<K,L> ConcurrentDistributedServerMapParameters.cacheConfig(CacheConfig cacheConfigParam)
           
 ConcurrentDistributedServerMapParameters<K,L> ConcurrentDistributedServerMapParameters.concurrency(int concurrencyParam)
           
 ConcurrentDistributedServerMapParameters<K,L> ConcurrentDistributedServerMapParameters.deleteValueOnRemove(boolean deleteValueOnRemoveParam)
           
 ConcurrentDistributedServerMapParameters<K,L> ConcurrentDistributedServerMapParameters.invalidateOnChange(boolean invalidateOnChangeParam)
           
 ConcurrentDistributedServerMapParameters<K,L> ConcurrentDistributedServerMapParameters.lockStrategy(GenericLockStrategy<L,? super K> lockStrategyParam)
           
 ConcurrentDistributedServerMapParameters<K,L> ConcurrentDistributedServerMapParameters.lockType(LockType lockTypeParam)
           
 ConcurrentDistributedServerMapParameters<K,L> ConcurrentDistributedServerMapParameters.serverMapLocalStoreConfig(ServerMapLocalStoreConfig config)
           
 

Constructors in org.terracotta.collections with parameters of type ConcurrentDistributedServerMapParameters
ConcurrentDistributedServerMap(ConcurrentDistributedServerMapParameters<K,L> parameters)
           
 



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.