Uses of Interface
org.apache.ldap.server.partition.impl.btree.Table

Packages that use Table
org.apache.ldap.server.partition.impl.btree   
org.apache.ldap.server.partition.impl.btree.jdbm   
 

Uses of Table in org.apache.ldap.server.partition.impl.btree
 

Subinterfaces of Table in org.apache.ldap.server.partition.impl.btree
 interface MasterTable
          The master table used to store the Attributes of entries.
 

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

Classes in org.apache.ldap.server.partition.impl.btree.jdbm that implement Table
 class JdbmMasterTable
          The master table used to store the Attributes of entries.
 class JdbmTable
          A jdbm Btree wrapper that enables duplicate sorted keys using collections.
 



Copyright © 2002-2005 . All Rights Reserved.