Uses of Interface
org.apache.ldap.server.partition.impl.btree.Index

Packages that use Index
org.apache.ldap.server.partition.impl.btree   
org.apache.ldap.server.partition.impl.btree.gui   
org.apache.ldap.server.partition.impl.btree.jdbm   
 

Uses of Index in org.apache.ldap.server.partition.impl.btree
 

Methods in org.apache.ldap.server.partition.impl.btree that return Index
abstract  Index BTreeContextPartition.getExistanceIndex()
           
abstract  Index BTreeContextPartition.getHierarchyIndex()
          Gets the Index mapping the BigInteger primary keys of parents to the BigInteger primary keys of their children.
abstract  Index BTreeContextPartition.getUpdnIndex()
          Gets the Index mapping user provided distinguished names of entries as Strings to the BigInteger primary keys of entries.
abstract  Index BTreeContextPartition.getNdnIndex()
          Gets the Index mapping the normalized distinguished names of entries as Strings to the BigInteger primary keys of entries.
abstract  Index BTreeContextPartition.getOneAliasIndex()
          Gets the alias index mapping parent entries with scope expanding aliases children one level below them; this system index is used to dereference aliases on one/single level scoped searches.
abstract  Index BTreeContextPartition.getSubAliasIndex()
          Gets the alias index mapping relative entries with scope expanding alias descendents; this system index is used to dereference aliases on subtree scoped searches.
abstract  Index BTreeContextPartition.getAliasIndex()
          Gets the system index defined on the ALIAS_ATTRIBUTE which for LDAP would be the aliasedObjectName and for X.500 would be aliasedEntryName.
abstract  Index BTreeContextPartition.getUserIndex(java.lang.String attribute)
           
abstract  Index BTreeContextPartition.getSystemIndex(java.lang.String attribute)
           
 

Uses of Index in org.apache.ldap.server.partition.impl.btree.gui
 

Constructors in org.apache.ldap.server.partition.impl.btree.gui with parameters of type Index
IndexDialog(java.awt.Frame parent, boolean modal, Index a_index)
          Creates new form JDialog
 

Uses of Index in org.apache.ldap.server.partition.impl.btree.jdbm
 

Classes in org.apache.ldap.server.partition.impl.btree.jdbm that implement Index
 class JdbmIndex
          A Jdbm based index implementation.
 

Methods in org.apache.ldap.server.partition.impl.btree.jdbm that return Index
 Index JdbmContextPartition.getExistanceIndex()
           
 Index JdbmContextPartition.getHierarchyIndex()
           
 Index JdbmContextPartition.getAliasIndex()
           
 Index JdbmContextPartition.getOneAliasIndex()
           
 Index JdbmContextPartition.getSubAliasIndex()
           
 Index JdbmContextPartition.getUpdnIndex()
           
 Index JdbmContextPartition.getNdnIndex()
           
 Index JdbmContextPartition.getUserIndex(java.lang.String attribute)
           
 Index JdbmContextPartition.getSystemIndex(java.lang.String indexName)
           
 



Copyright © 2002-2005 . All Rights Reserved.