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

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

Methods in org.apache.directory.server.core.partition.impl.btree that return Tuple
 Tuple TupleEnumeration.next()
          Gets the next value as a Tuple.
 Tuple NoDupsEnumeration.next()
          Returns the same Tuple every time but with different key/value pairs.
 Tuple TupleEnumeration.nextElement()
          Gets the next value as a Tuple.
 Tuple NoDupsEnumeration.nextElement()
          Returns the same Tuple every time but with different key/value pairs.
 

Methods in org.apache.directory.server.core.partition.impl.btree that return types with arguments of type Tuple
 javax.naming.NamingEnumeration<Tuple> Table.listTuples()
          Sets a cursor to the first record in the Table and enables single next steps across all records.
 javax.naming.NamingEnumeration<Tuple> Table.listTuples(java.lang.Object key)
          Sets a cursor to the first record in the Table with a key value of key and enables single next steps across all duplicate records with this key.
 javax.naming.NamingEnumeration<Tuple> Table.listTuples(java.lang.Object key, boolean isGreaterThan)
          Sets a cursor to the first record in the Table with a key value greater/less than or equal to key and enables single next steps across all records with key values equal to or less/greater than key.
 javax.naming.NamingEnumeration<Tuple> Table.listTuples(java.lang.Object key, java.lang.Object val, boolean isGreaterThan)
          Sets a cursor to the first record in the Table with a key equal to the key argument whose value is greater/less than or equal to val and enables single next steps across all records with key equal to key.
 javax.naming.NamingEnumeration<Tuple> Table.listValues(java.lang.Object key)
          Sets a enumeration to the first record in the Table with a key value of key and enables single next steps across all duplicate records with this key.
 

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.
 

Constructor parameters in org.apache.directory.server.core.partition.impl.btree with type arguments of type Tuple
IndexEnumeration(javax.naming.NamingEnumeration<Tuple> list)
           
IndexEnumeration(javax.naming.NamingEnumeration<Tuple> list, boolean swapKeyVal)
           
IndexEnumeration(javax.naming.NamingEnumeration<Tuple> list, boolean swapKeyVal, java.util.regex.Pattern regex)
           
 



Copyright © 2003-2007 The Apache Software Foundation. All Rights Reserved.