Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.EnvironmentMutableConfig

Packages that use EnvironmentMutableConfig
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
 

Uses of EnvironmentMutableConfig in com.sleepycat.je
 

Subclasses of EnvironmentMutableConfig in com.sleepycat.je
 class EnvironmentConfig
          Specifies the attributes of an environment.
 

Methods in com.sleepycat.je that return EnvironmentMutableConfig
 EnvironmentMutableConfig Environment.getMutableConfig()
          Returns database environment attributes.
 EnvironmentMutableConfig EnvironmentMutableConfig.setCacheMode(CacheMode cacheMode)
          Sets the default CacheMode used for operations performed in this environment.
 EnvironmentMutableConfig EnvironmentMutableConfig.setCachePercent(int percent)
          By default, JE sets its cache size proportionally to the JVM memory.
 EnvironmentMutableConfig EnvironmentMutableConfig.setCacheSize(long totalBytes)
          Configures the memory available to the database system, in bytes.
 EnvironmentMutableConfig EnvironmentMutableConfig.setConfigParam(String paramName, String value)
          Set this configuration parameter.
 EnvironmentMutableConfig EnvironmentMutableConfig.setDurability(Durability durability)
          Configures the durability associated with transactions.
 EnvironmentMutableConfig EnvironmentMutableConfig.setExceptionListener(ExceptionListener exceptionListener)
          Sets the exception listener for an Environment.
 EnvironmentMutableConfig EnvironmentMutableConfig.setTxnNoSync(boolean noSync)
          Deprecated. replaced by setDurability(com.sleepycat.je.Durability)
 EnvironmentMutableConfig EnvironmentMutableConfig.setTxnWriteNoSync(boolean writeNoSync)
          Deprecated. replaced by setDurability(com.sleepycat.je.Durability)
 

Methods in com.sleepycat.je with parameters of type EnvironmentMutableConfig
 void Environment.setMutableConfig(EnvironmentMutableConfig mutableConfig)
          Sets database environment attributes.
 


Berkeley DB Java Edition
version 5.0.34

Copyright (c) 2004-2011 Oracle. All rights reserved.