|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JdbmTable | |
---|---|
org.apache.directory.server.core.partition.impl.btree.jdbm |
Uses of JdbmTable in org.apache.directory.server.core.partition.impl.btree.jdbm |
---|
Subclasses of JdbmTable in org.apache.directory.server.core.partition.impl.btree.jdbm | |
---|---|
class |
JdbmMasterTable<E>
The master table used to store the Attributes of entries. |
Fields in org.apache.directory.server.core.partition.impl.btree.jdbm declared as JdbmTable | |
---|---|
protected JdbmTable<java.lang.String,java.lang.String> |
JdbmMasterTable.adminTbl
|
protected JdbmTable<K,java.lang.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<java.lang.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 |
Constructors in org.apache.directory.server.core.partition.impl.btree.jdbm with parameters of type JdbmTable | |
---|---|
DupsContainerCursor(JdbmTable<K,V> table)
Creates a Cursor over the tuples of a JDBM table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |