Modifier and Type | Field and Description |
---|---|
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 |
---|---|
ParentIdAndRdn |
MavibotParentIdAndRdnSerializer.deserialize(org.apache.directory.mavibot.btree.serializer.BufferHandler bufferHandler)
Deserialize a ParentIdAndRdn.
|
ParentIdAndRdn |
MavibotParentIdAndRdnSerializer.deserialize(ByteBuffer buffer) |
ParentIdAndRdn |
MavibotParentIdAndRdnSerializer.fromBytes(byte[] buffer) |
ParentIdAndRdn |
MavibotParentIdAndRdnSerializer.fromBytes(byte[] buffer,
int pos) |
Modifier and Type | Method and Description |
---|---|
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,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(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(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(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 © 2017. All rights reserved.