| Package | Description |
|---|---|
| org.apache.directory.server.core.partition.impl.btree | |
| org.apache.directory.server.xdbm | |
| org.apache.directory.server.xdbm.search.cursor |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.benmanes.caffeine.cache.Cache<String,ParentIdAndRdn> |
AbstractBTreePartition.piarCache
The ParentIdAndRdn cache
|
protected Index<ParentIdAndRdn,String> |
AbstractBTreePartition.rdnIdx
the relative distinguished name index
|
| Modifier and Type | Method and Description |
|---|---|
Index<ParentIdAndRdn,String> |
AbstractBTreePartition.getRdnIndex() |
| Modifier and Type | Method and Description |
|---|---|
Index<ParentIdAndRdn,String> |
Store.getRdnIndex() |
| Modifier and Type | Method and Description |
|---|---|
int |
ParentIdAndRdnComparator.compare(ParentIdAndRdn rdn1,
ParentIdAndRdn rdn2) |
int |
ParentIdAndRdn.compareTo(ParentIdAndRdn that) |
| Constructor and Description |
|---|
ChildrenCursor(org.apache.directory.server.core.api.partition.PartitionTxn partitionTxn,
Store db,
String parentId,
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<ParentIdAndRdn,String>> cursor)
Creates a Cursor over entries satisfying one level scope criteria.
|
DescendantCursor(org.apache.directory.server.core.api.partition.PartitionTxn partitionTxn,
Store db,
String baseId,
String parentId,
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<ParentIdAndRdn,String>> cursor)
Creates a Cursor over entries satisfying one level scope criteria.
|
DescendantCursor(org.apache.directory.server.core.api.partition.PartitionTxn partitionTxn,
Store db,
String baseId,
String parentId,
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<ParentIdAndRdn,String>> cursor,
boolean topLevel)
Creates a Cursor over entries satisfying one level scope criteria.
|
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.