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

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

Methods in org.apache.directory.server.core.partition.impl.btree that return IndexRecord
 IndexRecord IndexEnumeration.next()
           
 IndexRecord IndexAssertionEnumeration.next()
           
 IndexRecord IndexEnumeration.nextElement()
           
 IndexRecord IndexAssertionEnumeration.nextElement()
           
 

Methods in org.apache.directory.server.core.partition.impl.btree with parameters of type IndexRecord
 boolean IndexAssertion.assertCandidate(IndexRecord record)
          Tests to see if a perspective candidate should be returned based on the evaluation of hard coded logic.
 void IndexRecord.copy(IndexRecord record)
          Utility method used to copy the contents of one IndexRecord into this IndexRecord.
 

Constructor parameters in org.apache.directory.server.core.partition.impl.btree with type arguments of type IndexRecord
IndexAssertionEnumeration(javax.naming.NamingEnumeration<IndexRecord> underlying, IndexAssertion assertion)
           
IndexAssertionEnumeration(javax.naming.NamingEnumeration<IndexRecord> underlying, IndexAssertion assertion, boolean enableDupCheck)
           
 



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