Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Field and Description |
---|---|
static EnvironmentConfig |
EnvironmentConfig.DEFAULT |
Modifier and Type | Method and Description |
---|---|
EnvironmentConfig |
Environment.getConfig()
Return this object's configuration.
|
Modifier and Type | Method and Description |
---|---|
static void |
Environment.remove(java.io.File home,
boolean force,
EnvironmentConfig config)
Destroy a database environment.
|
void |
Environment.setConfig(EnvironmentConfig config)
Change the settings in an existing environment handle.
|
Constructor and Description |
---|
Environment(java.io.File home,
EnvironmentConfig config)
Create a database environment handle.
|
Copyright (c) 1996, 2017 Oracle and/or its affiliates. All rights reserved.