| Package | Description |
|---|---|
| org.apache.directory.server.core.avltree | |
| org.apache.directory.server.core.partition.impl.btree.jdbm |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayMarshaller<E>
Class to serialize the Array data.
|
class |
AvlTreeMarshaller<E>
Class to serialize the AvlTree node data.
|
class |
DefaultMarshaller
A Marshaller which uses default Java Serialization.
|
| Constructor and Description |
|---|
ArrayMarshaller(Comparator<E> comparator,
Marshaller<E> keyMarshaller)
Creates a new instance of AvlTreeMarshaller with a custom key
Marshaller.
|
AvlTreeMarshaller(Comparator<E> comparator,
Marshaller<E> keyMarshaller)
Creates a new instance of AvlTreeMarshaller with a custom key
Marshaller.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BTreeRedirectMarshaller
Serializes and deserializes a BTreeRedirect object to and from a byte[]
representation.
|
class |
MarshallerSerializerBridge<E>
A Marshaller which adapts a JDBM Serializer.
|
| Modifier and Type | Method and Description |
|---|---|
Marshaller<ArrayTree<V>> |
JdbmTable.getMarshaller() |
Copyright © 2021. All rights reserved.