public class JdbmRdnIndex extends JdbmIndex<ParentIdAndRdn>
DEFAULT_DUPLICATE_LIMIT, forward, FORWARD_BTREE, numDupLimit, recMan, reverse, REVERSE_BTREE, wkDirPath
attributeId, attributeType, cacheSize, commitNumber, initialized, withReverse
DEFAULT_INDEX_CACHE_SIZE
Constructor and Description |
---|
JdbmRdnIndex() |
Modifier and Type | Method and Description |
---|---|
void |
init(jdbm.RecordManager recMan,
org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager,
org.apache.directory.api.ldap.model.schema.AttributeType attributeType)
Initialize the index for an Attribute, with a specific working directory (may be null).
|
add, close, count, count, drop, drop, forward, forward, forwardCursor, forwardCursor, forwardLookup, forwardValueCursor, getNumDupLimit, getWkDirPath, greaterThanCount, isDupsEnabled, lessThanCount, reverse, reverse, reverseLookup, reverseValueCursor, setNumDupLimit, setWkDirPath, toString
getAttribute, getAttributeId, getCacheSize, hasReverse, protect, setAttributeId, setCacheSize
public JdbmRdnIndex()
public void init(jdbm.RecordManager recMan, org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager, org.apache.directory.api.ldap.model.schema.AttributeType attributeType) throws org.apache.directory.api.ldap.model.exception.LdapException, IOException
init
in class JdbmIndex<ParentIdAndRdn>
recMan
- The RecordManagerschemaManager
- The schemaManager to use to get back the AttributeattributeType
- The attributeType this index is created fororg.apache.directory.api.ldap.model.exception.LdapException
- If the initialization failedIOException
- If the initialization failedCopyright © 2003–2020 The Apache Software Foundation. All rights reserved.