org.apache.directory.server.core.partition.avl
Class AvlPartition

java.lang.Object
  extended by org.apache.directory.server.core.partition.impl.btree.BTreePartition<ID>
      extended by org.apache.directory.server.xdbm.AbstractXdbmPartition<java.lang.Long>
          extended by org.apache.directory.server.core.partition.avl.AvlPartition
All Implemented Interfaces:
Partition

public class AvlPartition
extends AbstractXdbmPartition<java.lang.Long>

An XDBM Partition backed by in memory AVL Trees.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

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

AvlPartition

public AvlPartition()
Creates a store based on AVL Trees.

Method Detail

initialize

public void initialize()
                throws java.lang.Exception

Throws:
java.lang.Exception

modify

public final void modify(long entryId,
                         java.util.List<org.apache.directory.shared.ldap.entry.Modification> modifications)
                  throws java.lang.Exception

Throws:
java.lang.Exception

getStore

public AvlStore<ServerEntry> getStore()


Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.