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

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

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

Classes in org.apache.directory.server.core.partition.avl that implement Table
 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.
 class AvlTable<K,V>
          A Table implementation backed by in memory AVL tree.
 

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

Classes in org.apache.directory.server.core.partition.impl.btree.jdbm that implement Table
 class JdbmMasterTable<E>
          The master table used to store the Attributes of entries.
 class JdbmTable<K,V>
          A jdbm Btree wrapper that enables duplicate sorted keys using collections.
 

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

Subinterfaces of Table in org.apache.directory.server.xdbm
 interface MasterTable<E>
          A master table used to store indexible entries.
 



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