|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.directory.server.core.api.partition.AbstractPartition
org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition<Long>
org.apache.directory.server.core.partition.impl.avl.AvlPartition
org.apache.directory.server.core.partition.ldif.AbstractLdifPartition
public abstract class AbstractLdifPartition
A common base class for LDIF file based Partition implementations.
| Field Summary | |
|---|---|
protected static String |
CONF_FILE_EXTN
The extension used for LDIF entry files |
protected static org.apache.directory.shared.ldap.model.csn.CsnFactory |
defaultCSNFactory
A default CSN factory |
| Fields inherited from class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition |
|---|
ADD_CHILD, ALIASED_OBJECT_NAME_AT, aliasIdx, cacheSize, DEFAULT_CACHE_SIZE, ENTRY_CSN_AT, ENTRY_UUID_AT, entryCsnIdx, entryUuidIdx, isSyncOnWrite, master, OBJECT_CLASS_AT, objectClassIdx, oneAliasIdx, optimizer, optimizerEnabled, partitionPath, presenceIdx, rdnIdx, REMOVE_CHILD, searchEngine, subAliasIdx, systemIndices, userIndices |
| Fields inherited from class org.apache.directory.server.core.api.partition.AbstractPartition |
|---|
id, initialized, schemaManager, suffixDn |
| Fields inherited from interface org.apache.directory.server.xdbm.Store |
|---|
SYS_INDEX_OID_ARRAY, SYS_INDEX_OIDS |
| Constructor Summary | |
|---|---|
AbstractLdifPartition(org.apache.directory.shared.ldap.model.schema.SchemaManager schemaManager)
|
|
| Method Summary | |
|---|---|
Long |
getDefaultId()
|
URI |
getPartitionPath()
|
| Methods inherited from class org.apache.directory.server.core.partition.impl.avl.AvlPartition |
|---|
convertAndInit, createSystemIndex, doInit, getCacheSize, getRootId, isSyncOnWrite, sync |
| Methods inherited from class org.apache.directory.server.core.partition.impl.btree.AbstractBTreePartition |
|---|
add, addAliasIndices, addIndex, addIndexedAttributes, buildEntryDn, count, delete, delete, doDestroy, dropAliasIndices, dropAliasIndices, dropMovedAliasIndices, dumpIndex, dumpRdnIdx, getAliasIndex, getChildCount, getEntryCsnIndex, getEntryDn, getEntryId, getEntryUuidIndex, getIndex, getIndexedAttributes, getObjectClassIndex, getOneAliasIndex, getParentId, getPresenceIndex, getRdnIndex, getSearchEngine, getSubAliasIndex, getSuffixId, getSystemIndex, getSystemIndices, getUserIndex, getUserIndices, hasEntry, hasIndexOn, hasSystemIndexOn, hasUserIndexOn, isOptimizerEnabled, list, list, lookup, lookup, lookup, modify, modify, move, move, moveAndRename, moveAndRename, rename, rename, search, setCacheSize, setIndexedAttributes, setOptimizerEnabled, setPartitionPath, setSyncOnWrite, setupSystemIndices, setupUserIndices, toString, unbind, updateRdnIdx |
| Methods inherited from class org.apache.directory.server.core.api.partition.AbstractPartition |
|---|
checkInitialized, destroy, getId, getSchemaManager, getSuffixDn, initialize, isInitialized, setId, setSchemaManager, setSuffixDn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final String CONF_FILE_EXTN
protected static org.apache.directory.shared.ldap.model.csn.CsnFactory defaultCSNFactory
| Constructor Detail |
|---|
public AbstractLdifPartition(org.apache.directory.shared.ldap.model.schema.SchemaManager schemaManager)
| Method Detail |
|---|
public Long getDefaultId()
getDefaultId in interface org.apache.directory.server.xdbm.Store<org.apache.directory.shared.ldap.model.entry.Entry,Long>getDefaultId in class org.apache.directory.server.core.partition.impl.avl.AvlPartitionpublic URI getPartitionPath()
getPartitionPath in interface org.apache.directory.server.xdbm.Store<org.apache.directory.shared.ldap.model.entry.Entry,Long>getPartitionPath in class org.apache.directory.server.core.partition.impl.avl.AvlPartition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||