|
Berkeley DB Java Edition version 4.0.117 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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. |
| Methods in com.sleepycat.je with parameters of type EnvironmentMutableConfig | |
|---|---|
void |
Environment.setMutableConfig(EnvironmentMutableConfig mutableConfig)
Sets database environment attributes. |
|
Berkeley DB Java Edition version 4.0.117 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||