Package | Description |
---|---|
org.apache.directory.server.core.partition.impl.btree.jdbm |
Modifier and Type | Class and Description |
---|---|
class |
JdbmMasterTable<E>
The master table used to store the Attributes of entries.
|
Modifier and Type | Field and Description |
---|---|
protected JdbmTable<String,String> |
JdbmMasterTable.adminTbl |
protected JdbmTable<K,Long> |
JdbmIndex.forward
the forward btree where the btree key is the value of the indexed attribute and
the value of the btree is the entry id of the entry containing an attribute with
that value
|
protected JdbmTable<Long,K> |
JdbmIndex.reverse
the reverse btree where the btree key is the entry id of the entry containing a
value for the indexed attribute, and the btree value is the value of the indexed
attribute
|
Constructor and Description |
---|
DupsContainerCursor(JdbmTable<K,V> table)
Creates a Cursor over the tuples of a JDBM table.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.