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

Packages that use BTreePartition
org.apache.directory.server.core.partition.avl   
org.apache.directory.server.core.partition.impl.btree   
org.apache.directory.server.core.partition.impl.btree.gui   
org.apache.directory.server.core.partition.impl.btree.jdbm   
org.apache.directory.server.core.partition.ldif   
org.apache.directory.server.xdbm   
 

Uses of BTreePartition in org.apache.directory.server.core.partition.avl
 

Subclasses of BTreePartition in org.apache.directory.server.core.partition.avl
 class AvlPartition
          An XDBM Partition backed by in memory AVL Trees.
 

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.core.partition.impl.btree.gui
 

Methods in org.apache.directory.server.core.partition.impl.btree.gui with parameters of type BTreePartition
 void PartitionFrame.buildIndicesMenu(BTreePartition partition)
           
 

Constructors in org.apache.directory.server.core.partition.impl.btree.gui with parameters of type BTreePartition
EntryNode(java.lang.Long id, EntryNode parent, BTreePartition partition, org.apache.directory.shared.ldap.entry.ServerEntry entry, java.util.Map<java.lang.Long,EntryNode> map)
           
EntryNode(java.lang.Long id, EntryNode parent, BTreePartition db, org.apache.directory.shared.ldap.entry.ServerEntry entry, java.util.Map<java.lang.Long,EntryNode> map, org.apache.directory.shared.ldap.filter.ExprNode exprNode, SearchEngine engine)
           
PartitionFrame(BTreePartition<java.lang.Long> db, org.apache.directory.shared.ldap.schema.SchemaManager schemaManager)
          Creates new form JFrame
PartitionViewer(BTreePartition db, org.apache.directory.shared.ldap.schema.SchemaManager schemaManager)
           
 

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

Subclasses of BTreePartition in org.apache.directory.server.core.partition.impl.btree.jdbm
 class JdbmPartition
          A Partition that stores entries in JDBM database.
 

Uses of BTreePartition in org.apache.directory.server.core.partition.ldif
 

Subclasses of BTreePartition in org.apache.directory.server.core.partition.ldif
 class LdifPartition
          A LDIF based partition.
 

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-2011 Apache Software Foundation. All Rights Reserved.