|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.EnvironmentMutableConfig
com.sleepycat.je.EnvironmentConfig
public class EnvironmentConfig
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Field Summary | |
---|---|
(package private) static EnvironmentConfig |
DEFAULT
|
Fields inherited from class com.sleepycat.je.EnvironmentMutableConfig |
---|
cacheSize |
Constructor Summary | |
---|---|
EnvironmentConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
|
EnvironmentConfig(Properties properties)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Method Summary | |
---|---|
(package private) EnvironmentConfig |
cloneConfig()
Used by Environment to create a copy of the application supplied configuration. |
boolean |
getAllowCreate()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
(package private) boolean |
getCheckpointUP()
For unit testing, to prevent writing utilization data during checkpoint. |
long |
getLockTimeout()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getReadOnly()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getTransactional()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
(package private) boolean |
getTxnReadCommitted()
For unit testing, to set readCommitted as the default. |
boolean |
getTxnSerializableIsolation()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
long |
getTxnTimeout()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setAllowCreate(boolean allowCreate)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
(package private) void |
setCheckpointUP(boolean checkpointUP)
For unit testing, to prevent writing utilization data during checkpoint. |
void |
setConfigParam(String paramName,
String value)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setLockTimeout(long timeout)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setReadOnly(boolean readOnly)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setTransactional(boolean transactional)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
(package private) void |
setTxnReadCommitted(boolean txnReadCommitted)
For unit testing, to set readCommitted as the default. |
void |
setTxnSerializableIsolation(boolean txnSerializableIsolation)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setTxnTimeout(long timeout)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
static EnvironmentConfig DEFAULT
Constructor Detail |
---|
public EnvironmentConfig()
public EnvironmentConfig(Properties properties) throws IllegalArgumentException
IllegalArgumentException
Method Detail |
---|
public void setAllowCreate(boolean allowCreate)
public boolean getAllowCreate()
public void setLockTimeout(long timeout) throws IllegalArgumentException
IllegalArgumentException
public long getLockTimeout()
public void setReadOnly(boolean readOnly)
public boolean getReadOnly()
public void setTransactional(boolean transactional)
public boolean getTransactional()
public void setTxnTimeout(long timeout) throws IllegalArgumentException
IllegalArgumentException
public long getTxnTimeout()
public void setTxnSerializableIsolation(boolean txnSerializableIsolation)
public boolean getTxnSerializableIsolation()
void setTxnReadCommitted(boolean txnReadCommitted)
boolean getTxnReadCommitted()
public void setConfigParam(String paramName, String value) throws IllegalArgumentException
setConfigParam
in class EnvironmentMutableConfig
IllegalArgumentException
void setCheckpointUP(boolean checkpointUP)
boolean getCheckpointUP()
EnvironmentConfig cloneConfig()
public String toString()
toString
in class EnvironmentMutableConfig
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |