org.apache.directory.server.core.partition.impl.btree.jdbm
Class JdbmPartition

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.impl.btree.jdbm.JdbmPartition
All Implemented Interfaces:
Partition

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

A Partition that stores entries in JDBM database.

Version:
$Rev: 927146 $
Author:
Apache Directory Project
XBean

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
JdbmPartition()
          Creates a store based on JDBM B+Trees.
 
Method Summary
protected  void doInit()
          Override this method to put your initialization code.
 Index<java.lang.String,org.apache.directory.shared.ldap.entry.ServerEntry,java.lang.Long> getEntryCsnIndex()
           
 Index<java.lang.String,org.apache.directory.shared.ldap.entry.ServerEntry,java.lang.Long> getEntryUuidIndex()
           
 Index<java.lang.String,org.apache.directory.shared.ldap.entry.ServerEntry,java.lang.Long> getObjectClassIndex()
           
 
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

JdbmPartition

public JdbmPartition()
Creates a store based on JDBM B+Trees.

Method Detail

doInit

protected void doInit()
               throws java.lang.Exception
Description copied from class: AbstractPartition
Override this method to put your initialization code.

Specified by:
doInit in class AbstractPartition
Throws:
java.lang.Exception

getObjectClassIndex

public Index<java.lang.String,org.apache.directory.shared.ldap.entry.ServerEntry,java.lang.Long> getObjectClassIndex()

getEntryCsnIndex

public Index<java.lang.String,org.apache.directory.shared.ldap.entry.ServerEntry,java.lang.Long> getEntryCsnIndex()

getEntryUuidIndex

public Index<java.lang.String,org.apache.directory.shared.ldap.entry.ServerEntry,java.lang.Long> getEntryUuidIndex()


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