|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.partition.AbstractPartition
org.apache.directory.server.core.partition.impl.btree.BTreePartition<ID>
org.apache.directory.server.xdbm.AbstractXdbmPartition<java.lang.Long>
org.apache.directory.server.core.partition.avl.AvlPartition
public class AvlPartition
An XDBM Partition backed by in memory AVL Trees.
Field Summary |
---|
Fields inherited from class org.apache.directory.server.xdbm.AbstractXdbmPartition |
---|
optimizerEnabled, store |
Fields inherited from class org.apache.directory.server.core.partition.impl.btree.BTreePartition |
---|
cacheSize, contextEntry, id, optimizer, schemaManager, searchEngine, suffix, SYS_INDEX_OIDS |
Fields inherited from class org.apache.directory.server.core.partition.AbstractPartition |
---|
initialized |
Constructor Summary | |
---|---|
AvlPartition()
Creates a store based on AVL Trees. |
Method Summary | |
---|---|
protected void |
doInit()
Override this method to put your initialization code. |
AvlStore<org.apache.directory.shared.ldap.entry.ServerEntry> |
getStore()
|
void |
modify(long entryId,
java.util.List<org.apache.directory.shared.ldap.entry.Modification> modifications)
|
Methods inherited from class org.apache.directory.server.xdbm.AbstractXdbmPartition |
---|
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 |
Methods inherited from class org.apache.directory.server.core.partition.impl.btree.BTreePartition |
---|
addIndexedAttributes, delete, getCacheSize, getId, getIndexedAttributes, getPartitionDir, getSchemaManager, getSearchEngine, getSuffix, getSuffixDn, hasEntry, list, lookup, search, setCacheSize, setId, setIndexedAttributes, setPartitionDir, setSchemaManager, setSuffix |
Methods inherited from class org.apache.directory.server.core.partition.AbstractPartition |
---|
destroy, initialize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AvlPartition()
Method Detail |
---|
protected void doInit() throws java.lang.Exception
doInit
in class AbstractPartition
java.lang.Exception
public final void modify(long entryId, java.util.List<org.apache.directory.shared.ldap.entry.Modification> modifications) throws java.lang.Exception
java.lang.Exception
public AvlStore<org.apache.directory.shared.ldap.entry.ServerEntry> getStore()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |