Uses of Interface
org.apache.ldap.server.db.Index

Packages that use Index
org.apache.ldap.server.db   
org.apache.ldap.server.db.gui   
org.apache.ldap.server.db.jdbm   
 

Uses of Index in org.apache.ldap.server.db
 

Methods in org.apache.ldap.server.db that return Index
 Index Database.getExistanceIndex()
          Gets the Index mapping the names of attributes as Strings to the BigInteger primary keys of entries containing one or more values of those attributes.
 Index Database.getHierarchyIndex()
          Gets the Index mapping the BigInteger primary keys of parents to the BigInteger primary keys of their children.
 Index Database.getUpdnIndex()
          Gets the Index mapping user provided distinguished names of entries as Strings to the BigInteger primary keys of entries.
 Index Database.getNdnIndex()
          Gets the Index mapping the normalized distinguished names of entries as Strings to the BigInteger primary keys of entries.
 Index Database.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.
 Index Database.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.
 Index Database.getAliasIndex()
          Gets the system index defined on the ALIAS_ATTRIBUTE which for LDAP would be the aliasedObjectName and for X.500 would be aliasedEntryName.
 Index Database.getUserIndex(java.lang.String attribute)
          TODO Document me!
 Index Database.getSystemIndex(java.lang.String attribute)
          TODO Document me!
 

Uses of Index in org.apache.ldap.server.db.gui
 

Constructors in org.apache.ldap.server.db.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.db.jdbm
 

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

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



Copyright © 2002-2005 . All Rights Reserved.