Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Field | Description |
---|---|---|
static EnvironmentConfig |
EnvironmentConfig.DEFAULT |
Modifier and Type | Method | Description |
---|---|---|
EnvironmentConfig |
Environment.getConfig() |
Return this object's configuration.
|
Modifier and Type | Method | 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 | Description |
---|---|
Environment(java.io.File home,
EnvironmentConfig config) |
Create a database environment handle.
|
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.