| Package | Description |
|---|---|
| org.apache.directory.server.core.partition.impl.btree | |
| org.apache.directory.server.xdbm |
| Modifier and Type | Method and Description |
|---|---|
Index<?,String> |
AbstractBTreePartition.getIndex(org.apache.directory.api.ldap.model.schema.AttributeType attributeType)
Get the user or system index associated with the given attributeType
|
Index<?,String> |
AbstractBTreePartition.getSystemIndex(org.apache.directory.api.ldap.model.schema.AttributeType attributeType)
Get the system index associated with the given name
|
Index<?,String> |
AbstractBTreePartition.getUserIndex(org.apache.directory.api.ldap.model.schema.AttributeType attributeType)
Get the user index associated with the given name
|
| Modifier and Type | Method and Description |
|---|---|
Index<?,String> |
Store.getIndex(org.apache.directory.api.ldap.model.schema.AttributeType attributeType)
Get the user or system index associated with the given attributeType
|
Index<?,String> |
Store.getSystemIndex(org.apache.directory.api.ldap.model.schema.AttributeType attributeType)
Get the system index associated with the given name
|
Index<?,String> |
Store.getUserIndex(org.apache.directory.api.ldap.model.schema.AttributeType attributeType)
Get the user index associated with the given name
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.