| Package | Description |
|---|---|
| org.apache.directory.server.config.beans | |
| org.apache.directory.server.config.builder |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<ReplConsumerBean> |
LdapServerBean.replConsumers
The replication consumer Bean
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ReplConsumerBean> |
LdapServerBean.getReplConsumers() |
| Modifier and Type | Method and Description |
|---|---|
void |
LdapServerBean.addReplConsumers(ReplConsumerBean... replConsumers) |
| Modifier and Type | Method and Description |
|---|---|
void |
LdapServerBean.setReplConsumer(java.util.List<ReplConsumerBean> replConsumers) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ReplicationConsumer> |
ServiceBuilder.createReplConsumers(java.util.List<ReplConsumerBean> replConsumerBeans)
instantiate the ReplicationConsumers based on the configuration present in ReplConsumerBeans
|