Berkeley DB
version 4.7.25

Uses of Class
com.sleepycat.db.EnvironmentConfig

Packages that use EnvironmentConfig
com.sleepycat.db Berkeley DB Java API
[reference guide] [Java programming notes]
 

Uses of EnvironmentConfig in com.sleepycat.db
 

Fields in com.sleepycat.db declared as EnvironmentConfig
static EnvironmentConfig EnvironmentConfig.DEFAULT
           
 

Methods in com.sleepycat.db that return EnvironmentConfig
 EnvironmentConfig Environment.getConfig()
          Return this object's configuration.
 

Methods in com.sleepycat.db with parameters of type EnvironmentConfig
static void Environment.remove(File home, boolean force, EnvironmentConfig config)
          Destroy a database environment.
 void Environment.setConfig(EnvironmentConfig config)
          Change the settings in an existing environment handle.
 

Constructors in com.sleepycat.db with parameters of type EnvironmentConfig
Environment(File home, EnvironmentConfig config)
          Create a database environment handle.
 


Berkeley DB
version 4.7.25

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