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

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

Uses of IndexNotFoundException in org.apache.directory.server.core.partition.avl
 

Methods in org.apache.directory.server.core.partition.avl that throw IndexNotFoundException
 Index<?,E,java.lang.Long> AvlStore.getIndex(java.lang.String id)
          Get the user or system index associated with the given name
 Index<?,E,java.lang.Long> AvlStore.getSystemIndex(java.lang.String id)
          Get the system index associated with the given name
 Index<? extends java.lang.Object,E,java.lang.Long> AvlStore.getUserIndex(java.lang.String id)
          Get the user index associated with the given name
 

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

Methods in org.apache.directory.server.core.partition.impl.btree.jdbm that throw IndexNotFoundException
 Index<?,E,java.lang.Long> JdbmStore.getIndex(java.lang.String id)
           
 Index<?,E,java.lang.Long> JdbmStore.getSystemIndex(java.lang.String id)
           
 Index<?,E,java.lang.Long> JdbmStore.getUserIndex(java.lang.String id)
           
 

Uses of IndexNotFoundException in org.apache.directory.server.core.partition.ldif
 

Methods in org.apache.directory.server.core.partition.ldif that throw IndexNotFoundException
 Index<?,E,java.lang.Long> LdifStore.getIndex(java.lang.String id)
           
 Index<?,E,java.lang.Long> LdifStore.getSystemIndex(java.lang.String id)
           
 Index<?,E,java.lang.Long> LdifStore.getUserIndex(java.lang.String id)
           
 

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

Methods in org.apache.directory.server.xdbm that throw IndexNotFoundException
 Index<?,E,ID> Store.getIndex(java.lang.String id)
          Get the user or system index associated with the given name
 Index<?,E,ID> Store.getSystemIndex(java.lang.String id)
          Get the system index associated with the given name
 Index<? extends java.lang.Object,org.apache.directory.shared.ldap.entry.ServerEntry,ID> AbstractXdbmPartition.getSystemIndex(java.lang.String id)
           
 Index<?,E,ID> Store.getUserIndex(java.lang.String id)
          Get the user index associated with the given name
 Index<? extends java.lang.Object,org.apache.directory.shared.ldap.entry.ServerEntry,ID> AbstractXdbmPartition.getUserIndex(java.lang.String id)
           
 



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