Uses of Interface
org.apache.directory.server.core.partition.impl.btree.Index

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

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

Methods in org.apache.directory.server.core.partition.impl.btree that return Index
abstract  Index BTreePartition.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 BTreePartition.getExistanceIndex()
           
abstract  Index BTreePartition.getHierarchyIndex()
          Gets the Index mapping the BigInteger primary keys of parents to the BigInteger primary keys of their children.
abstract  Index BTreePartition.getNdnIndex()
          Gets the Index mapping the normalized distinguished names of entries as Strings to the BigInteger primary keys of entries.
abstract  Index BTreePartition.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 BTreePartition.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 BTreePartition.getSystemIndex(java.lang.String attribute)
           
abstract  Index BTreePartition.getUpdnIndex()
          Gets the Index mapping user provided distinguished names of entries as Strings to the BigInteger primary keys of entries.
abstract  Index BTreePartition.getUserIndex(java.lang.String attribute)
           
 

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

Methods in org.apache.directory.server.core.partition.impl.btree.gui with parameters of type Index
static void IndexDialog.show(Index index)
           
 

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

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

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

Methods in org.apache.directory.server.core.partition.impl.btree.jdbm that return Index
 Index JdbmPartition.getAliasIndex()
           
 Index JdbmPartition.getExistanceIndex()
           
 Index JdbmPartition.getHierarchyIndex()
           
 Index JdbmPartition.getNdnIndex()
           
 Index JdbmPartition.getOneAliasIndex()
           
 Index JdbmPartition.getSubAliasIndex()
           
 Index JdbmPartition.getSystemIndex(java.lang.String id)
           
 Index JdbmPartition.getUpdnIndex()
           
 Index JdbmPartition.getUserIndex(java.lang.String id)
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.