Uses of Class
org.apache.directory.server.core.partition.impl.btree.Tuple

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

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

Methods in org.apache.directory.server.core.partition.impl.btree with parameters of type Tuple
 boolean TupleBrowser.getNext(Tuple tuple)
          Gets the next value deemed greater than the last using the key comparator.
 boolean TupleBrowser.getPrevious(Tuple tuple)
          Gets the previous value deemed greater than the last using the key comparator.
 void IndexRecord.setSwapped(Tuple tuple, javax.naming.directory.Attributes entry)
          Sets the key value tuple but swapping the key and the value and optionally adding the entry if one was resusitated.
 void IndexRecord.setTuple(Tuple tuple, javax.naming.directory.Attributes entry)
          Sets the key value tuple represented by this IndexRecord optionally setting the entry if one was resusitated from the master table.
 

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

Methods in org.apache.directory.server.core.partition.impl.btree.jdbm with parameters of type Tuple
 boolean JdbmTupleBrowser.getNext(Tuple tuple)
           
 boolean JdbmTupleBrowser.getPrevious(Tuple tuple)
           
 



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