com.sleepycat.db

Class TransactionConfig

public class TransactionConfig extends Object implements Cloneable

Field Summary
static TransactionConfigDEFAULT
Constructor Summary
TransactionConfig()
Method Summary
booleangetDegree2()
booleangetDirtyRead()
booleangetNoSync()
booleangetNoWait()
booleangetReadCommitted()
booleangetReadUncommitted()
booleangetSnapshot()
booleangetSync()
voidsetDegree2(boolean degree2)
voidsetDirtyRead(boolean dirtyRead)
voidsetNoSync(boolean noSync)
voidsetNoWait(boolean noWait)
voidsetReadCommitted(boolean readCommitted)
voidsetReadUncommitted(boolean readUncommitted)
voidsetSnapshot(boolean snapshot)
voidsetSync(boolean sync)

Field Detail

DEFAULT

public static final TransactionConfig DEFAULT

Constructor Detail

TransactionConfig

public TransactionConfig()

Method Detail

getDegree2

public boolean getDegree2()

Deprecated:

getDirtyRead

public boolean getDirtyRead()

Deprecated:

getNoSync

public boolean getNoSync()

getNoWait

public boolean getNoWait()

getReadCommitted

public boolean getReadCommitted()

getReadUncommitted

public boolean getReadUncommitted()

getSnapshot

public boolean getSnapshot()

getSync

public boolean getSync()

setDegree2

public void setDegree2(boolean degree2)

Deprecated:

setDirtyRead

public void setDirtyRead(boolean dirtyRead)

Deprecated:

setNoSync

public void setNoSync(boolean noSync)

setNoWait

public void setNoWait(boolean noWait)

setReadCommitted

public void setReadCommitted(boolean readCommitted)

setReadUncommitted

public void setReadUncommitted(boolean readUncommitted)

setSnapshot

public void setSnapshot(boolean snapshot)

setSync

public void setSync(boolean sync)