com.sleepycat.je.config
Class LongConfigParam
java.lang.Object
com.sleepycat.je.config.ConfigParam
com.sleepycat.je.config.LongConfigParam
public class LongConfigParam
- extends ConfigParam
A JE configuration parameter with an integer value.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongConfigParam
LongConfigParam(String configName,
Long minVal,
Long maxVal,
Long defaultValue,
boolean mutable,
String description)
validateValue
public void validateValue(String value)
throws IllegalArgumentException
- Overrides:
validateValue in class ConfigParam
- Throws:
IllegalArgumentException
getExtraDescription
public String getExtraDescription()
- Overrides:
getExtraDescription in class ConfigParam
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.