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
 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.
 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.
 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.
 

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)