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

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

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

Methods in org.apache.directory.server.core.partition.impl.btree that throw IndexNotFoundException
 Index<?,org.apache.directory.shared.ldap.model.entry.Entry,ID> AbstractBTreePartition.getIndex(org.apache.directory.shared.ldap.model.schema.AttributeType attributeType)
          Get the user or system index associated with the given attributeType
 Index<?,org.apache.directory.shared.ldap.model.entry.Entry,ID> AbstractBTreePartition.getSystemIndex(org.apache.directory.shared.ldap.model.schema.AttributeType attributeType)
          Get the system index associated with the given name
 Index<?,org.apache.directory.shared.ldap.model.entry.Entry,ID> AbstractBTreePartition.getUserIndex(org.apache.directory.shared.ldap.model.schema.AttributeType attributeType)
          Get the user index associated with the given name
 

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

Methods in org.apache.directory.server.xdbm that throw IndexNotFoundException
 Index<?,E,ID> Store.getIndex(org.apache.directory.shared.ldap.model.schema.AttributeType attributeType)
          Get the user or system index associated with the given attributeType
 Index<?,E,ID> Store.getSystemIndex(org.apache.directory.shared.ldap.model.schema.AttributeType attributeType)
          Get the system index associated with the given name
 Index<?,E,ID> Store.getUserIndex(org.apache.directory.shared.ldap.model.schema.AttributeType attributeType)
          Get the user index associated with the given name
 



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