public class MavibotDnIndex extends MavibotIndex<org.apache.directory.api.ldap.model.name.Dn>
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG
A logger for this class
|
forward, FORWARD_BTREE, recordMan, reverse, REVERSE_BTREE, wkDirPathattributeId, attributeType, cacheSize, commitNumber, initialized, withReverseDEFAULT_INDEX_CACHE_SIZE| Constructor and Description |
|---|
MavibotDnIndex(java.lang.String oid) |
| Modifier and Type | Method and Description |
|---|---|
void |
init(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).
|
private void |
initTables(org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager) |
add, close, count, count, drop, drop, forward, forward, forwardCursor, forwardCursor, forwardLookup, forwardValueCursor, getWkDirPath, greaterThanCount, isDupsEnabled, lessThanCount, reverse, reverse, reverseCursor, reverseCursor, reverseLookup, reverseValueCursor, setRecordManager, setWkDirPath, sync, toStringgetAttribute, getAttributeId, getCacheSize, hasReverse, protect, setAttributeId, setCacheSizepublic void init(org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager,
org.apache.directory.api.ldap.model.schema.AttributeType attributeType)
throws java.io.IOException
MavibotIndexinit in class MavibotIndex<org.apache.directory.api.ldap.model.name.Dn>schemaManager - The schemaManager to use to get back the AttributeattributeType - The attributeType this index is created forjava.io.IOException - If the initialization failedprivate void initTables(org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager)
throws java.io.IOException
java.io.IOException