Uses of Class
org.apache.directory.server.core.partition.impl.btree.BTreePartition

Packages that use BTreePartition
org.apache.directory.server.core.partition.impl.btree   
org.apache.directory.server.xdbm   
 

Uses of BTreePartition in org.apache.directory.server.core.partition.impl.btree
 

Constructors in org.apache.directory.server.core.partition.impl.btree with parameters of type BTreePartition
ServerEntryCursorAdaptor(BTreePartition<ID> db, IndexCursor<ID,org.apache.directory.shared.ldap.entry.ServerEntry,ID> indexCursor)
           
 

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

Subclasses of BTreePartition in org.apache.directory.server.xdbm
 class AbstractXdbmPartition<ID>
          Base class for XDBM partitions that use an Store.
 



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