|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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 |
| Constructor Summary | |
|---|---|
AvlPartition()
Creates a store based on AVL Trees. |
|
| Method Summary | |
|---|---|
AvlStore<ServerEntry> |
getStore()
|
void |
initialize()
|
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, destroy, 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AvlPartition()
| Method Detail |
|---|
public void initialize()
throws java.lang.Exception
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.Exceptionpublic AvlStore<ServerEntry> getStore()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||