com.sleepycat.db
Class VerifyConfig
java.lang.Object
com.sleepycat.db.VerifyConfig
public class VerifyConfig
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final VerifyConfig DEFAULT
VerifyConfig
public VerifyConfig()
setAggressive
public void setAggressive(boolean aggressive)
getAggressive
public boolean getAggressive()
setNoOrderCheck
public void setNoOrderCheck(boolean noOrderCheck)
getNoOrderCheck
public boolean getNoOrderCheck()
setOrderCheckOnly
public void setOrderCheckOnly(boolean orderCheckOnly)
getOrderCheckOnly
public boolean getOrderCheckOnly()
setPrintable
public void setPrintable(boolean printable)
getPrintable
public boolean getPrintable()
setSalvage
public void setSalvage(boolean salvage)
getSalvage
public boolean getSalvage()