com.sleepycat.je.config |
Environment configuration parameter support.
Package Specification
Attributes of Berkeley Db, Java Edition may be set programmatically or
through a properties file in the environment home directory. In
general, applications that want to set environment attributes
will do so through the setter methods provided in configuration classes such
as com.sleepycat.je.EnvironmentConfig.
Occasionally the application will choose to set a less frequently used
attribute through EnvironmentConfig.setConfigParam(). The classes in
this package are used with that method.
|
Java Source File Name | Type | Comment |
BooleanConfigParam.java | Class | A JE configuration parameter with an boolean value. |
ConfigParam.java | Class | A ConfigParam embodies the metatdata about a JE configuration parameter:
the parameter name, default value, and a validation method. |
EnvironmentParams.java | Class | Javadoc for this public class is generated
via the doc templates in the doc_src directory. |
EnvironmentParamsTest.java | Class | |
IntConfigParam.java | Class | A JE configuration parameter with an integer value. |
LongConfigParam.java | Class | A JE configuration parameter with an integer value. |