Modifier and Type | Class and Description |
---|---|
class |
DefaultPartitionNexus
A root
Partition that contains all other partitions, and
routes all operations to the child partition that matches to its base suffixes. |
class |
NullPartition
A dummy do nothing partition that is useful for testing NullPartition.
|
Modifier and Type | Class and Description |
---|---|
class |
AvlPartition
An XDBM Partition backed by in memory AVL Trees.
|
Modifier and Type | Class and Description |
---|---|
class |
BTreePartition<ID>
An abstract
Partition that uses general BTree operations. |
Modifier and Type | Class and Description |
---|---|
class |
JdbmPartition
|
Modifier and Type | Class and Description |
---|---|
class |
LdifPartition
A LDIF based partition.
|
Modifier and Type | Class and Description |
---|---|
class |
SchemaPartition
A special partition designed to contain the portion of the DIT where schema
information for the server is stored.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXdbmPartition<ID>
Base class for XDBM partitions that use an
Store . |
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.