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

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

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

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

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
          The master table used to store the Attributes of entries.
 class JdbmTable
          A jdbm Btree wrapper that enables duplicate sorted keys using collections.
 



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