| Modifier and Type | Field and Description |
|---|---|
protected Index<ParentIdAndRdn,java.lang.String> |
AbstractBTreePartition.rdnIdx
the relative distinguished name index
|
| Modifier and Type | Method and Description |
|---|---|
Index<ParentIdAndRdn,java.lang.String> |
AbstractBTreePartition.getRdnIndex() |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Comparator<ParentIdAndRdn> |
MavibotParentIdAndRdnSerializer.comparator |
| Modifier and Type | Method and Description |
|---|---|
ParentIdAndRdn |
MavibotParentIdAndRdnSerializer.deserialize(org.apache.directory.mavibot.btree.serializer.BufferHandler bufferHandler)
Deserialize a ParentIdAndRdn.
|
ParentIdAndRdn |
MavibotParentIdAndRdnSerializer.deserialize(java.nio.ByteBuffer buffer) |
ParentIdAndRdn |
MavibotParentIdAndRdnSerializer.fromBytes(byte[] buffer) |
ParentIdAndRdn |
MavibotParentIdAndRdnSerializer.fromBytes(byte[] buffer,
int pos) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<ParentIdAndRdn> |
MavibotParentIdAndRdnSerializer.getComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
MavibotParentIdAndRdnSerializer.compare(ParentIdAndRdn type1,
ParentIdAndRdn type2) |
byte[] |
MavibotParentIdAndRdnSerializer.serialize(ParentIdAndRdn parentIdAndRdn)
This is the place where we serialize ParentIdAndRdn.
|
| Modifier and Type | Method and Description |
|---|---|
Index<ParentIdAndRdn,java.lang.String> |
Store.getRdnIndex() |
| Modifier and Type | Method and Description |
|---|---|
int |
ParentIdAndRdnComparator.compare(ParentIdAndRdn rdn1,
ParentIdAndRdn rdn2) |
int |
ParentIdAndRdn.compareTo(ParentIdAndRdn that) |
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<ParentIdAndRdn,java.lang.String>> |
DescendantCursor.currentCursor
The current Cursor over the entries in the scope of the search base
|
private org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<ParentIdAndRdn,java.lang.String>> |
ChildrenCursor.cursor
A Cursor over the entries in the scope of the search base
|
| Constructor and Description |
|---|
ChildrenCursor(Store db,
java.lang.String parentId,
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<ParentIdAndRdn,java.lang.String>> cursor)
Creates a Cursor over entries satisfying one level scope criteria.
|
DescendantCursor(Store db,
java.lang.String baseId,
java.lang.String parentId,
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<ParentIdAndRdn,java.lang.String>> cursor)
Creates a Cursor over entries satisfying one level scope criteria.
|
DescendantCursor(Store db,
java.lang.String baseId,
java.lang.String parentId,
org.apache.directory.api.ldap.model.cursor.Cursor<IndexEntry<ParentIdAndRdn,java.lang.String>> cursor,
boolean topLevel)
Creates a Cursor over entries satisfying one level scope criteria.
|