| Package | Description |
|---|---|
| org.apache.directory.server.config.beans | |
| org.apache.directory.server.config.builder |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbmIndexBean
A class used to store the JdbmIndex configuration.
|
class |
MavibotIndexBean
A class used to store the MavibotIndex configuration.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<IndexBean> |
PartitionBean.indexes
The list of declared indexes
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IndexBean> |
PartitionBean.getIndexes() |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionBean.setIndexes(java.util.List<IndexBean> indexes) |
| Modifier and Type | Method and Description |
|---|---|
private static java.util.Set<Index<?,java.lang.String>> |
ServiceBuilder.createJdbmIndexes(JdbmPartition partition,
java.util.List<IndexBean> indexesBeans,
DirectoryService directoryService)
Create the list of Index from the configuration
|
private static java.util.Set<Index<?,java.lang.String>> |
ServiceBuilder.createMavibotIndexes(MavibotPartition partition,
java.util.List<IndexBean> indexesBeans,
DirectoryService directoryService)
Create the list of MavibotIndex from the configuration
|