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 BTreeDirectoryPartition.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 BTreeDirectoryPartition.getExistanceIndex()
           
abstract  Index BTreeDirectoryPartition.getHierarchyIndex()
          Gets the Index mapping the BigInteger primary keys of parents to the BigInteger primary keys of their children.
abstract  Index BTreeDirectoryPartition.getNdnIndex()
          Gets the Index mapping the normalized distinguished names of entries as Strings to the BigInteger primary keys of entries.
abstract  Index BTreeDirectoryPartition.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 BTreeDirectoryPartition.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 BTreeDirectoryPartition.getSystemIndex(java.lang.String attribute)
           
abstract  Index BTreeDirectoryPartition.getUpdnIndex()
          Gets the Index mapping user provided distinguished names of entries as Strings to the BigInteger primary keys of entries.
abstract  Index BTreeDirectoryPartition.getUserIndex(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 JdbmDirectoryPartition.getAliasIndex()
           
 Index JdbmDirectoryPartition.getExistanceIndex()
           
 Index JdbmDirectoryPartition.getHierarchyIndex()
           
 Index JdbmDirectoryPartition.getNdnIndex()
           
 Index JdbmDirectoryPartition.getOneAliasIndex()
           
 Index JdbmDirectoryPartition.getSubAliasIndex()
           
 Index JdbmDirectoryPartition.getSystemIndex(java.lang.String indexName)
           
 Index JdbmDirectoryPartition.getUpdnIndex()
           
 Index JdbmDirectoryPartition.getUserIndex(java.lang.String attribute)
           
 



Copyright © 2002-2005 . All Rights Reserved.