com.sleepycat.db
Class TransactionConfig
java.lang.Object
com.sleepycat.db.TransactionConfig
- All Implemented Interfaces:
- java.lang.Cloneable
public class TransactionConfig
- extends java.lang.Object
- implements java.lang.Cloneable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final TransactionConfig DEFAULT
TransactionConfig
public TransactionConfig()
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()