|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.DatabaseConfig
public class DatabaseConfig
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Field Summary | |
---|---|
static DatabaseConfig |
DEFAULT
|
Constructor Summary | |
---|---|
DatabaseConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Method Summary | |
---|---|
(package private) DatabaseConfig |
cloneConfig()
Used by Database to create a copy of the application supplied configuration. |
(package private) String |
genDatabaseConfigMismatchMessage(DatabaseConfig config,
boolean txnMatch,
boolean roMatch,
boolean sdMatch,
boolean btCmpMatch,
boolean dtCmpMatch)
|
boolean |
getAllowCreate()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Comparator |
getBtreeComparator()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Comparator |
getDuplicateComparator()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getExclusiveCreate()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
int |
getNodeMaxDupTreeEntries()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
int |
getNodeMaxEntries()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getOverrideBtreeComparator()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
boolean |
getOverrideDuplicateComparator()
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 |
getSortedDuplicates()
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 |
getUseExistingConfig()
For utilities, to avoid having to know the configuration of a database. |
void |
setAllowCreate(boolean allowCreate)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setBtreeComparator(Class btreeComparator)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setDuplicateComparator(Class duplicateComparator)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setExclusiveCreate(boolean exclusiveCreate)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setNodeMaxDupTreeEntries(int nodeMaxDupTreeEntries)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setNodeMaxEntries(int nodeMaxEntries)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setOverrideBtreeComparator(boolean override)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setOverrideDuplicateComparator(boolean override)
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 |
setSortedDuplicates(boolean duplicatesAllowed)
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 |
setUseExistingConfig(boolean useExistingConfig)
For utilities, to avoid having to know the configuration of a database. |
(package private) void |
validate(DatabaseConfig config)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DatabaseConfig DEFAULT
Constructor Detail |
---|
public DatabaseConfig()
Method Detail |
---|
public void setAllowCreate(boolean allowCreate)
public boolean getAllowCreate()
public void setExclusiveCreate(boolean exclusiveCreate)
public boolean getExclusiveCreate()
public void setSortedDuplicates(boolean duplicatesAllowed)
public boolean getSortedDuplicates()
public void setTransactional(boolean transactional)
public boolean getTransactional()
public void setReadOnly(boolean readOnly)
public boolean getReadOnly()
public void setNodeMaxEntries(int nodeMaxEntries)
public void setNodeMaxDupTreeEntries(int nodeMaxDupTreeEntries)
public int getNodeMaxEntries()
public int getNodeMaxDupTreeEntries()
public void setBtreeComparator(Class btreeComparator)
public Comparator getBtreeComparator()
public void setOverrideBtreeComparator(boolean override)
public boolean getOverrideBtreeComparator()
public void setDuplicateComparator(Class duplicateComparator)
public Comparator getDuplicateComparator()
public void setOverrideDuplicateComparator(boolean override)
public boolean getOverrideDuplicateComparator()
void setUseExistingConfig(boolean useExistingConfig)
boolean getUseExistingConfig()
DatabaseConfig cloneConfig()
void validate(DatabaseConfig config) throws DatabaseException
DatabaseException
String genDatabaseConfigMismatchMessage(DatabaseConfig config, boolean txnMatch, boolean roMatch, boolean sdMatch, boolean btCmpMatch, boolean dtCmpMatch)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |