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