Package | Description |
---|---|
org.apache.directory.server.core.partition.avl | |
org.apache.directory.server.core.partition.impl.btree.jdbm | |
org.apache.directory.server.xdbm |
Modifier and Type | Class and Description |
---|---|
class |
AvlMasterTable<E>
TODO Make it so the master table does not extend table interface - not needed
with this single use of delete so we should just use containment.
|
class |
AvlTable<K,V>
A Table implementation backed by in memory AVL tree.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbmMasterTable<E>
The master table used to store the Attributes of entries.
|
class |
JdbmTable<K,V>
A jdbm Btree wrapper that enables duplicate sorted keys using collections.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MasterTable<E>
A master table used to store indexible entries.
|
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.