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

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

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

Fields in org.apache.directory.server.core.partition.impl.btree declared as MasterTable
protected  MasterTable<ID,org.apache.directory.shared.ldap.model.entry.Entry> AbstractBTreePartition.master
          the master table storing entries by primary key
 

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

Classes in org.apache.directory.server.xdbm.impl.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.
 



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