Uses of Class
org.apache.directory.server.xdbm.AbstractTupleCursor

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

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

Subclasses of AbstractTupleCursor in org.apache.directory.server.core.partition.impl.btree.jdbm
 class DupsContainerCursor<K,V>
          A cursor for browsing tables with duplicates which returns the container for values rather than just the value.
 class KeyTupleAvlCursor<K,V>
          Cursor over a set of values for the same key which are store in an in memory AvlTree.
 class KeyTupleBTreeCursor<K,V>
          Cursor over a set of values for the same key which are store in another BTree.
 



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