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()
setReadCommitted
public void setReadCommitted(boolean readCommitted)
getReadCommitted
public boolean getReadCommitted()
setDegree2
public void setDegree2(boolean degree2)
- Deprecated.
getDegree2
public boolean getDegree2()
- Deprecated.
setReadUncommitted
public void setReadUncommitted(boolean readUncommitted)
getReadUncommitted
public boolean getReadUncommitted()
setDirtyRead
public void setDirtyRead(boolean dirtyRead)
- Deprecated.
getDirtyRead
public boolean getDirtyRead()
- Deprecated.
setNoSync
public void setNoSync(boolean noSync)
getNoSync
public boolean getNoSync()
setNoWait
public void setNoWait(boolean noWait)
getNoWait
public boolean getNoWait()
setSnapshot
public void setSnapshot(boolean snapshot)
getSnapshot
public boolean getSnapshot()
setSync
public void setSync(boolean sync)
getSync
public boolean getSync()