- serialize(Dn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.DnSerializer
-
This is the place where we serialize Dn
- serialize(Entry) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
-
This is the place where we serialize entries, and all theirs
elements. the reason why we don't call the underlying methods
(ServerAttribute.write(), Value.write()) is that we need
access to the registries to read back the values.
- serialize(ParentIdAndRdn) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
-
This is the place where we serialize ParentIdAndRdn.
- setRecordManager(RecordManager) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
-
Sets the RecordManager
- setSchemaManager(SchemaManager) - Static method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotEntrySerializer
-
- setSchemaManager(SchemaManager) - Static method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotParentIdAndRdnSerializer
-
- setWkDirPath(URI) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
-
Sets the working directory path to something other than the default.
- storeSortedTuple(Tuple<Dn, String>, DataOutputStream) - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.LdifTupleReaderWriter
-
- sync() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotIndex
-
- sync() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotPartition
-
- sync() - Method in class org.apache.directory.server.core.partition.impl.btree.mavibot.MavibotTable
-
Synchronizes the buffers with disk.