|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.core.partition.impl.btree.IndexConfiguration
org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration
public class MutableIndexConfiguration
A mutable version of IndexConfiguration.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.server.core.partition.impl.btree.IndexConfiguration |
|---|
DEFAULT_DUPLICATE_LIMIT, DEFAULT_INDEX_CACHE_SIZE |
| Constructor Summary | |
|---|---|
MutableIndexConfiguration()
|
|
| Method Summary | |
|---|---|
void |
setAttributeId(java.lang.String attributeId)
|
void |
setCacheSize(int cacheSize)
|
void |
setDuplicateLimit(int duplicateLimit)
|
| Methods inherited from class org.apache.directory.server.core.partition.impl.btree.IndexConfiguration |
|---|
getAttributeId, getCacheSize, getDuplicateLimit, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MutableIndexConfiguration()
| Method Detail |
|---|
public void setAttributeId(java.lang.String attributeId)
setAttributeId in class IndexConfigurationpublic void setCacheSize(int cacheSize)
setCacheSize in class IndexConfigurationpublic void setDuplicateLimit(int duplicateLimit)
setDuplicateLimit in class IndexConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||