Berkeley DB Java Edition
version 3.3.98

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.
 

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


Berkeley DB Java Edition
version 3.3.98

Copyright (c) 2004,2008 Oracle. All rights reserved.