com.sleepycat.db
Class TransactionConfig

java.lang.Object
  extended by com.sleepycat.db.TransactionConfig
All Implemented Interfaces:
java.lang.Cloneable

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


Field Summary
static TransactionConfig DEFAULT
           
 
Constructor Summary
TransactionConfig()
           
 
Method Summary
 boolean getDegree2()
           
 boolean getDirtyRead()
           
 boolean getNoSync()
           
 boolean getNoWait()
           
 boolean getSync()
           
 void setDegree2(boolean degree2)
           
 void setDirtyRead(boolean dirtyRead)
           
 void setNoSync(boolean noSync)
           
 void setNoWait(boolean noWait)
           
 void setSync(boolean sync)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final TransactionConfig DEFAULT
Constructor Detail

TransactionConfig

public TransactionConfig()
Method Detail

setDegree2

public void setDegree2(boolean degree2)

getDegree2

public boolean getDegree2()

setDirtyRead

public void setDirtyRead(boolean dirtyRead)

getDirtyRead

public boolean getDirtyRead()

setNoSync

public void setNoSync(boolean noSync)

getNoSync

public boolean getNoSync()

setNoWait

public void setNoWait(boolean noWait)

getNoWait

public boolean getNoWait()

setSync

public void setSync(boolean sync)

getSync

public boolean getSync()