|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |