| 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)
|