org.apache.directory.server.core.partition.impl.btree
Class IndexConfiguration
java.lang.Object
org.apache.directory.server.core.partition.impl.btree.IndexConfiguration
- Direct Known Subclasses:
- MutableIndexConfiguration
- public class IndexConfiguration
- extends java.lang.Object
An immutable configuration object for partition indices on entry attributes.
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
DEFAULT_INDEX_CACHE_SIZE
public static final int DEFAULT_INDEX_CACHE_SIZE
- See Also:
- Constant Field Values
DEFAULT_DUPLICATE_LIMIT
public static final int DEFAULT_DUPLICATE_LIMIT
- See Also:
- Constant Field Values
IndexConfiguration
public IndexConfiguration()
setAttributeId
protected void setAttributeId(java.lang.String attributeId)
getAttributeId
public java.lang.String getAttributeId()
setCacheSize
protected void setCacheSize(int cacheSize)
setDuplicateLimit
protected void setDuplicateLimit(int duplicateLimit)
getCacheSize
public int getCacheSize()
getDuplicateLimit
public int getDuplicateLimit()
hashCode
public int hashCode()
toString
public java.lang.String toString()