Modifier and Type | Method and Description |
---|---|
Index<?,E,Long> |
AvlStore.getIndex(String id)
Get the user or system index associated with the given name
|
Index<?,E,Long> |
AvlStore.getSystemIndex(String id)
Get the system index associated with the given name
|
Index<? extends Object,E,Long> |
AvlStore.getUserIndex(String id)
Get the user index associated with the given name
|
Modifier and Type | Method and Description |
---|---|
Index<?,E,Long> |
JdbmStore.getIndex(String id) |
Index<?,E,Long> |
JdbmStore.getSystemIndex(String id) |
Index<?,E,Long> |
JdbmStore.getUserIndex(String id) |
Modifier and Type | Method and Description |
---|---|
Index<?,E,Long> |
LdifStore.getIndex(String id) |
Index<?,E,Long> |
LdifStore.getSystemIndex(String id) |
Index<?,E,Long> |
LdifStore.getUserIndex(String id) |
Modifier and Type | Method and Description |
---|---|
Index<?,E,ID> |
Store.getIndex(String id)
Get the user or system index associated with the given name
|
Index<? extends Object,org.apache.directory.shared.ldap.entry.ServerEntry,ID> |
AbstractXdbmPartition.getSystemIndex(String id) |
Index<?,E,ID> |
Store.getSystemIndex(String id)
Get the system index associated with the given name
|
Index<? extends Object,org.apache.directory.shared.ldap.entry.ServerEntry,ID> |
AbstractXdbmPartition.getUserIndex(String id) |
Index<?,E,ID> |
Store.getUserIndex(String id)
Get the user index associated with the given name
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.