public class DatabaseConfig
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static DatabaseConfig |
DEFAULT |
Constructor and Description |
---|
DatabaseConfig()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
Modifier and Type | Method and Description |
---|---|
DatabaseConfig |
cloneConfig()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
boolean |
getAllowCreate()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
java.util.Comparator |
getBtreeComparator()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
boolean |
getBtreeComparatorByClassName() |
boolean |
getDeferredWrite()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
java.util.Comparator |
getDuplicateComparator()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
boolean |
getDuplicateComparatorByClassName() |
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.
|
void |
setAllowCreate(boolean allowCreate)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setBtreeComparator(java.lang.Class btreeComparator)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setBtreeComparator(java.util.Comparator btreeComparator)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setDeferredWrite(boolean deferredWrite)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setDuplicateComparator(java.lang.Class duplicateComparator)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setDuplicateComparator(java.util.Comparator 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.
|
public static final DatabaseConfig DEFAULT
public DatabaseConfig()
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(java.util.Comparator btreeComparator)
public void setBtreeComparator(java.lang.Class btreeComparator)
public java.util.Comparator getBtreeComparator()
public boolean getBtreeComparatorByClassName()
public void setOverrideBtreeComparator(boolean override)
public boolean getOverrideBtreeComparator()
public void setDuplicateComparator(java.util.Comparator duplicateComparator)
public void setDuplicateComparator(java.lang.Class duplicateComparator)
public java.util.Comparator getDuplicateComparator()
public boolean getDuplicateComparatorByClassName()
public void setOverrideDuplicateComparator(boolean override)
public boolean getOverrideDuplicateComparator()
public void setDeferredWrite(boolean deferredWrite)
public boolean getDeferredWrite()
public DatabaseConfig cloneConfig()