|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.TransactionConfig
public class TransactionConfig
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Field Summary | |
---|---|
static TransactionConfig |
DEFAULT
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Constructor Summary | |
---|---|
TransactionConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Method Summary | |
---|---|
(package private) TransactionConfig |
cloneConfig()
Used by Environment to create a copy of the application supplied configuration. |
boolean |
getDirtyRead()
Deprecated. |
boolean |
getNoSync()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getNoWait()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getReadCommitted()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getReadUncommitted()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getSerializableIsolation()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getSync()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getWriteNoSync()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setDirtyRead(boolean dirtyRead)
Deprecated. |
void |
setNoSync(boolean noSync)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setNoWait(boolean noWait)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setReadCommitted(boolean readCommitted)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setReadUncommitted(boolean readUncommitted)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setSerializableIsolation(boolean serializableIsolation)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setSync(boolean sync)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setWriteNoSync(boolean writeNoSync)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final TransactionConfig DEFAULT
Constructor Detail |
---|
public TransactionConfig()
Method Detail |
---|
public void setSync(boolean sync)
public boolean getSync()
public void setNoSync(boolean noSync)
public boolean getNoSync()
public void setWriteNoSync(boolean writeNoSync)
public boolean getWriteNoSync()
public void setNoWait(boolean noWait)
public boolean getNoWait()
public void setReadUncommitted(boolean readUncommitted)
public boolean getReadUncommitted()
public void setDirtyRead(boolean dirtyRead)
public boolean getDirtyRead()
public void setReadCommitted(boolean readCommitted)
public boolean getReadCommitted()
public void setSerializableIsolation(boolean serializableIsolation)
public boolean getSerializableIsolation()
TransactionConfig cloneConfig()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |