@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface AssuredReplicationResult
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<com.unboundid.ldap.sdk.unboundidds.controls.AssuredReplicationServerResult> |
getServerResults()
Retrieves a collection with results about individual servers involved in
replication assurance processing.
|
boolean |
isLocalAssuranceSatisfied()
Indicates whether the local assurance level was satisfied for the
operation.
|
boolean |
isRemoteAssuranceSatisfied()
Indicates whether the remote assurance level was satisfied for the
operation.
|
boolean isLocalAssuranceSatisfied()
true if the local assurance level was satisfied, or
false if not.boolean isRemoteAssuranceSatisfied()
true if the remote assurance level was satisfied, or
false if not.java.util.Collection<com.unboundid.ldap.sdk.unboundidds.controls.AssuredReplicationServerResult> getServerResults()