org.apache.directory.server.core.partition.impl.btree
Class MutableIndexConfiguration

java.lang.Object
  extended by org.apache.directory.server.core.partition.impl.btree.IndexConfiguration
      extended by org.apache.directory.server.core.partition.impl.btree.MutableIndexConfiguration

public class MutableIndexConfiguration
extends IndexConfiguration

A mutable version of IndexConfiguration.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

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

MutableIndexConfiguration

public MutableIndexConfiguration()
Method Detail

setAttributeId

public void setAttributeId(java.lang.String attributeId)
Overrides:
setAttributeId in class IndexConfiguration

setCacheSize

public void setCacheSize(int cacheSize)
Overrides:
setCacheSize in class IndexConfiguration

setDuplicateLimit

public void setDuplicateLimit(int duplicateLimit)
Overrides:
setDuplicateLimit in class IndexConfiguration