org.apache.directory.server.core.partition.impl.btree.jdbm
Class JdbmPartition
java.lang.Object
org.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.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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JdbmPartition
public JdbmPartition()
- Creates a store based on JDBM B+Trees.
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.