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

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

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