Uses of Class
org.apache.directory.server.xdbm.ParentIdAndRdn

Packages that use ParentIdAndRdn
org.apache.directory.server.core.partition.impl.btree   
org.apache.directory.server.xdbm   
org.apache.directory.server.xdbm.impl.avl   
 

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

Fields in org.apache.directory.server.core.partition.impl.btree with type parameters of type ParentIdAndRdn
protected  Index<ParentIdAndRdn<ID>,org.apache.directory.shared.ldap.model.entry.Entry,ID> AbstractBTreePartition.rdnIdx
          the relative distinguished name index
 

Methods in org.apache.directory.server.core.partition.impl.btree that return types with arguments of type ParentIdAndRdn
 Index<ParentIdAndRdn<ID>,org.apache.directory.shared.ldap.model.entry.Entry,ID> AbstractBTreePartition.getRdnIndex()
          
 

Uses of ParentIdAndRdn in org.apache.directory.server.xdbm
 

Methods in org.apache.directory.server.xdbm that return types with arguments of type ParentIdAndRdn
 Index<ParentIdAndRdn<ID>,E,ID> Store.getRdnIndex()
           
 

Methods in org.apache.directory.server.xdbm with parameters of type ParentIdAndRdn
 int ParentIdAndRdnComparator.compare(ParentIdAndRdn<ID> rdn1, ParentIdAndRdn<ID> rdn2)
          
 int ParentIdAndRdnComparator.compare(ParentIdAndRdn<ID> rdn1, ParentIdAndRdn<ID> rdn2)
          
 int ParentIdAndRdn.compareTo(ParentIdAndRdn<ID> that)
          
 

Uses of ParentIdAndRdn in org.apache.directory.server.xdbm.impl.avl
 

Methods in org.apache.directory.server.xdbm.impl.avl that return ParentIdAndRdn
 ParentIdAndRdn<Long> AvlRdnIndex.getNormalized(ParentIdAndRdn<Long> rdn)
           
 

Methods in org.apache.directory.server.xdbm.impl.avl with parameters of type ParentIdAndRdn
 void AvlRdnIndex.add(ParentIdAndRdn<Long> rdn, Long entryId)
           
 void AvlRdnIndex.drop(ParentIdAndRdn<Long> rdn, Long id)
           
 ParentIdAndRdn<Long> AvlRdnIndex.getNormalized(ParentIdAndRdn<Long> rdn)
           
 



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