| Package | Description |
|---|---|
| org.apache.directory.server.xdbm | |
| org.apache.directory.server.xdbm.impl.avl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MasterTable
A master table used to store indexable entries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTable<K,V>
A Abstract Table implementation aggregating the methods common with all the
different Table implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AvlMasterTable
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.
|
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.