|
Berkeley DB Java Edition version 3.2.76 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.LogScanConfig
public class LogScanConfig
Specify the attributes of a log scan.
Field Summary | |
---|---|
static LogScanConfig |
DEFAULT
An instance created using the default constructor is initialized with the system's default settings. |
Constructor Summary | |
---|---|
LogScanConfig()
An instance created using the default constructor is initialized with the system's default settings. |
Method Summary | |
---|---|
DatabaseConfig |
cloneConfig()
Returns a copy of this configuration object. |
boolean |
getForwards()
Environment.scanLog method is configured
to scan forwards. |
void |
setForwards(boolean forwards)
Configure the Environment.scanLog method to scan forwards
through the log. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final LogScanConfig DEFAULT
Constructor Detail |
---|
public LogScanConfig()
Method Detail |
---|
public void setForwards(boolean forwards)
Environment.scanLog
method to scan forwards
through the log.
forwards
- If true, configure the Environment.scanLog
method to
scan forwards through the log. The default is true.public boolean getForwards()
Environment.scanLog
method is configured
to scan forwards.
public DatabaseConfig cloneConfig()
|
Berkeley DB Java Edition version 3.2.76 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |