com.sleepycat.je
Class PreloadConfig

java.lang.Object
  extended by com.sleepycat.je.PreloadConfig
All Implemented Interfaces:
Cloneable

public class PreloadConfig
extends Object
implements Cloneable

Javadoc for this public class is generated via the doc templates in the doc_src directory.


Field Summary
static PreloadConfig DEFAULT
           
 
Constructor Summary
PreloadConfig()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Method Summary
(package private)  DatabaseConfig cloneConfig()
          Used by Database to create a copy of the application supplied configuration.
 boolean getLoadLNs()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getMaxBytes()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 long getMaxMillisecs()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setLoadLNs(boolean loadLNs)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setMaxBytes(long maxBytes)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setMaxMillisecs(long maxMillisecs)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final PreloadConfig DEFAULT
Constructor Detail

PreloadConfig

public PreloadConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory.

Method Detail

setMaxBytes

public void setMaxBytes(long maxBytes)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getMaxBytes

public long getMaxBytes()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setMaxMillisecs

public void setMaxMillisecs(long maxMillisecs)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getMaxMillisecs

public long getMaxMillisecs()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setLoadLNs

public void setLoadLNs(boolean loadLNs)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getLoadLNs

public boolean getLoadLNs()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


cloneConfig

DatabaseConfig cloneConfig()
Used by Database to create a copy of the application supplied configuration. Done this way to provide non-public cloning.



Copyright 2004,2008 Oracle. All rights reserved.