com.sleepycat.je.config
Class LongConfigParam

java.lang.Object
  extended by com.sleepycat.je.config.ConfigParam
      extended by com.sleepycat.je.config.LongConfigParam

public class LongConfigParam
extends ConfigParam

A JE configuration parameter with an integer value.


Field Summary
 
Fields inherited from class com.sleepycat.je.config.ConfigParam
CONFIG_DELIM, name
 
Constructor Summary
LongConfigParam(String configName, Long minVal, Long maxVal, Long defaultValue, boolean mutable, String description)
           
 
Method Summary
 String getExtraDescription()
           
 void validateValue(String value)
           
 
Methods inherited from class com.sleepycat.je.config.ConfigParam
getDefault, getDescription, getName, isMutable, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongConfigParam

LongConfigParam(String configName,
                Long minVal,
                Long maxVal,
                Long defaultValue,
                boolean mutable,
                String description)
Method Detail

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.