public class AvlPartition extends AbstractXdbmPartition<Long>
optimizerEnabled, store
cacheSize, contextEntry, id, optimizer, schemaManager, searchEngine, suffix, SYS_INDEX_OIDS
initialized
Constructor and Description |
---|
AvlPartition()
Creates a store based on AVL Trees.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doInit()
Override this method to put your initialization code.
|
AvlStore<org.apache.directory.shared.ldap.entry.ServerEntry> |
getStore() |
void |
modify(long entryId,
List<org.apache.directory.shared.ldap.entry.Modification> modifications) |
add, addIndexOn, bind, bind, count, delete, doDestroy, getAliasIndex, getChildCount, getEntryDn, getEntryId, getEntryUpdn, getEntryUpdn, getExistenceIndex, getNdnIndex, getOneAliasIndex, getOneLevelIndex, getParentId, getParentId, getPresenceIndex, getProperty, getSubAliasIndex, getSubLevelIndex, getSystemIndex, getSystemIndices, getUpdnIndex, getUserIndex, getUserIndices, hasSystemIndexOn, hasUserIndexOn, isInitialized, isOptimizerEnabled, isSyncOnWrite, list, lookup, modify, move, moveAndRename, rename, setAliasIndexOn, setNdnIndexOn, setOneAliasIndexOn, setOneLevelIndexOn, setOptimizerEnabled, setPresenceIndexOn, setProperty, setSubAliasIndexOn, setSyncOnWrite, setUpdnIndexOn, sync, toString, unbind
addIndexedAttributes, delete, getCacheSize, getId, getIndexedAttributes, getPartitionDir, getSchemaManager, getSearchEngine, getSuffix, getSuffixDn, hasEntry, list, lookup, search, setCacheSize, setId, setIndexedAttributes, setPartitionDir, setSchemaManager, setSuffix
destroy, initialize
protected void doInit() throws Exception
doInit
in class AbstractPartition
Exception
public final void modify(long entryId, List<org.apache.directory.shared.ldap.entry.Modification> modifications) throws Exception
Exception
public AvlStore<org.apache.directory.shared.ldap.entry.ServerEntry> getStore()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.