com.sleepycat.db
Class VerifyConfig

java.lang.Object
  extended by com.sleepycat.db.VerifyConfig

public class VerifyConfig
extends java.lang.Object


Field Summary
static VerifyConfig DEFAULT
           
 
Constructor Summary
VerifyConfig()
           
 
Method Summary
 boolean getAggressive()
           
 boolean getNoOrderCheck()
           
 boolean getOrderCheckOnly()
           
 boolean getPrintable()
           
 boolean getSalvage()
           
 void setAggressive(boolean aggressive)
           
 void setNoOrderCheck(boolean noOrderCheck)
           
 void setOrderCheckOnly(boolean orderCheckOnly)
           
 void setPrintable(boolean printable)
           
 void setSalvage(boolean salvage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final VerifyConfig DEFAULT
Constructor Detail

VerifyConfig

public VerifyConfig()
Method Detail

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()