Uses of Class
org.apache.directory.server.xdbm.AbstractIndex

Packages that use AbstractIndex
org.apache.directory.server.xdbm   
org.apache.directory.server.xdbm.impl.avl   
 

Uses of AbstractIndex in org.apache.directory.server.xdbm
 

Subclasses of AbstractIndex in org.apache.directory.server.xdbm
 class GenericIndex<K,O,ID>
          A generic index implementation that is just used to hold the index configuration parameters (attributeId, cacheSize, wkDirPath).
 

Uses of AbstractIndex in org.apache.directory.server.xdbm.impl.avl
 

Subclasses of AbstractIndex in org.apache.directory.server.xdbm.impl.avl
 class AvlIndex<K,O>
          An Index backed by an AVL Tree.
 class AvlRdnIndex<E>
          A special index which stores Rdn objects.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.