| Package | Description |
|---|---|
| org.apache.directory.server.ldap.replication.consumer |
| Modifier and Type | Method and Description |
|---|---|
private ReplicationStatusEnum |
ReplicationConsumerImpl.doRefreshOnly() |
private ReplicationStatusEnum |
ReplicationConsumerImpl.doSyncSearch(org.apache.directory.api.ldap.extras.controls.SynchronizationModeEnum syncType,
boolean reloadHint)
Performs a search on connection with updated syncRequest control.
|
ReplicationStatusEnum |
ReplicationConsumerImpl.startSync()
Starts the synchronization operation
|
ReplicationStatusEnum |
ReplicationConsumer.startSync()
Starts the synchronization operation
|
static ReplicationStatusEnum |
ReplicationStatusEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationStatusEnum[] |
ReplicationStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|