Uses of Interface
org.apache.directory.server.xdbm.MasterTable

Packages that use MasterTable
org.apache.directory.server.core.partition.avl   
org.apache.directory.server.core.partition.impl.btree.jdbm   
 

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

Classes in org.apache.directory.server.core.partition.avl that implement MasterTable
 class AvlMasterTable<E>
          TODO Make it so the master table does not extend table interface - not needed with this single use of delete so we should just use containment.
 

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

Classes in org.apache.directory.server.core.partition.impl.btree.jdbm that implement MasterTable
 class JdbmMasterTable<E>
          The master table used to store the Attributes of entries.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.