com.sleepycat.je
Class LogScanConfig

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

public class LogScanConfig
extends java.lang.Object
implements java.lang.Cloneable

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


Field Summary
static LogScanConfig DEFAULT
           
 
Constructor Summary
LogScanConfig()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Method Summary
 DatabaseConfig cloneConfig()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 boolean getForwards()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setForwards(boolean forwards)
          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 LogScanConfig DEFAULT
Constructor Detail

LogScanConfig

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

Method Detail

setForwards

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


getForwards

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


cloneConfig

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



Copyright 2004,2008 Oracle. All rights reserved.