| Package | Description |
|---|---|
| org.apache.directory.server.config.builder | |
| org.apache.directory.server.factory | |
| org.apache.directory.server.ldap |
Contains the entry point for the LDAP protocol provider and the
session registry.
|
| org.apache.directory.server.ldap.replication.consumer |
| Modifier and Type | Method and Description |
|---|---|
static List<ReplicationConsumer> |
ServiceBuilder.createReplConsumers(List<ReplConsumerBean> replConsumerBeans)
instantiate the ReplicationConsumers based on the configuration present in ReplConsumerBeans
|
| Modifier and Type | Method and Description |
|---|---|
static ReplicationConsumer |
ServerAnnotationProcessor.createConsumer()
creates an LdapServer and starts before returning the instance, infering
the configuration from the Stack trace
|
| Modifier and Type | Method and Description |
|---|---|
void |
LdapServer.setReplConsumers(List<ReplicationConsumer> replConsumers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicationConsumerImpl
Implementation of syncrepl slave a.k.a consumer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PingerThread.addConsumer(ReplicationConsumer consumer)
Add a new consumer to ping
|
void |
PingerThread.removeConsumer(ReplicationConsumer consumer)
Remove a consumer to ping
|
Copyright © 2021. All rights reserved.