Uses of Class
org.infinispan.loaders.bdbje.configuration.BdbjeCacheStoreConfigurationBuilder

Packages that use BdbjeCacheStoreConfigurationBuilder
org.infinispan.loaders.bdbje.configuration   
 

Uses of BdbjeCacheStoreConfigurationBuilder in org.infinispan.loaders.bdbje.configuration
 

Methods in org.infinispan.loaders.bdbje.configuration that return BdbjeCacheStoreConfigurationBuilder
 BdbjeCacheStoreConfigurationBuilder BdbjeCacheStoreConfigurationBuilder.cacheDbNamePrefix(String cacheDbNamePrefix)
          The prefix to add before the cache name to generate the filename of the SleepyCat database persisting this store.
 BdbjeCacheStoreConfigurationBuilder BdbjeCacheStoreConfigurationBuilder.catalogDbName(String catalogDbName)
          The name of the SleepyCat database persisting the class information for objects in this store.
 BdbjeCacheStoreConfigurationBuilder BdbjeCacheStoreConfigurationBuilder.environmentPropertiesFile(String environmentPropertiesFile)
          The name of the SleepyCat properties file containing je.* properties to initialize the JE environment.
 BdbjeCacheStoreConfigurationBuilder BdbjeCacheStoreConfigurationBuilder.expiryDbPrefix(String expiryDbPrefix)
          The prefix to add before the cache name to generate the filename of the SleepyCat database persisting this store containing the expiration entries.
 BdbjeCacheStoreConfigurationBuilder BdbjeCacheStoreConfigurationBuilder.location(String location)
          A location on disk where the store can write internal files.
 BdbjeCacheStoreConfigurationBuilder BdbjeCacheStoreConfigurationBuilder.lockAcquistionTimeout(long lockAcquistionTimeout)
          The length of time, in milliseconds, to wait for locks before timing out and throwing an exception.
 BdbjeCacheStoreConfigurationBuilder BdbjeCacheStoreConfigurationBuilder.maxTxRetries(int maxTxRetries)
          The number of times transaction prepares will attempt to resolve a deadlock before throwing an exception.
 BdbjeCacheStoreConfigurationBuilder BdbjeCacheStoreConfigurationBuilder.read(BdbjeCacheStoreConfiguration template)
           
 BdbjeCacheStoreConfigurationBuilder BdbjeCacheStoreConfigurationBuilder.self()
           
 


-->

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.