public class TransactionConfig
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static TransactionConfig |
DEFAULT
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
Constructor and Description |
---|
TransactionConfig()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final TransactionConfig DEFAULT
public TransactionConfig()
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()