com.sleepycat.db
public class TransactionConfig extends Object implements Cloneable
Field Summary | |
---|---|
static TransactionConfig | DEFAULT |
Constructor Summary | |
---|---|
TransactionConfig() |
Method Summary | |
---|---|
boolean | getDegree2() |
boolean | getDirtyRead() |
boolean | getNoSync() |
boolean | getNoWait() |
boolean | getReadCommitted() |
boolean | getReadUncommitted() |
boolean | getSnapshot() |
boolean | getSync() |
void | setDegree2(boolean degree2) |
void | setDirtyRead(boolean dirtyRead) |
void | setNoSync(boolean noSync) |
void | setNoWait(boolean noWait) |
void | setReadCommitted(boolean readCommitted) |
void | setReadUncommitted(boolean readUncommitted) |
void | setSnapshot(boolean snapshot) |
void | setSync(boolean sync) |
Deprecated:
Deprecated:
Deprecated:
Deprecated: