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

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

setWait

public void setWait(boolean wait)

getWait

public boolean getWait()

setWriteNoSync

public void setWriteNoSync(boolean writeNoSync)

getWriteNoSync

public boolean getWriteNoSync()