Package com.sleepycat.je.config

Environment configuration parameter support.

See:
          Description

Class Summary
BooleanConfigParam A JE configuration parameter with an boolean value.
ConfigParam A ConfigParam embodies the metadata about a JE configuration parameter: the parameter name, default value, and a validation method.
DurationConfigParam A JE configuration parameter with a duration integer value in milliseconds.
EnvironmentParams  
IntConfigParam A JE configuration parameter with an integer value.
LongConfigParam A JE configuration parameter with an integer value.
ShortConfigParam A JE configuration parameter with an short value.
 

Package com.sleepycat.je.config Description

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.



Copyright (c) 2004-2010 Oracle. All rights reserved.