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

java.lang.Object
  extended by org.apache.directory.server.core.partition.AbstractPartition
      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
 
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

AvlPartition

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

Method Detail

doInit

protected void doInit()
               throws java.lang.Exception
Override this method to put your initialization code.

Specified by:
doInit in class AbstractPartition
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<org.apache.directory.shared.ldap.entry.ServerEntry> getStore()


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.