- serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BigIntegerSerializer
-
- serialize(BTreeRedirect) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.BTreeRedirectMarshaller
-
- serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.DnSerializer
-
This is the place where we serialize Dn
- serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.EntrySerializer
-
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(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.IndexValueSerializer
-
Serialize the object.
- serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.LongSerializer
-
- serialize(E) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.MarshallerSerializerBridge
-
- serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.ParentIdAndRdnSerializer
-
This is the place where we serialize ParentIdAndRdn
- serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.StringSerializer
-
- serialize(Object) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.UuidSerializer
- setNumDupLimit(int) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
-
Sets the threshold at which point duplicate keys use btree indirection to store
their values.
- setWkDirPath(URI) - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
-
Sets the working directory path to something other than the default.
- StringSerializer - Class in org.apache.directory.server.core.partition.impl.btree.jdbm
-
A custom String serializer to [de]serialize Strings.
- sync() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmIndex
-
- sync() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmPartition
-
This method is called when the synch thread is waking up, to write
the modified data.
- sync() - Method in class org.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTable
-
Synchronizes the buffers with disk.