@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface EntryRebalancingRequestAccessLogMessage extends AccessLogMessage
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundidds
package structure, are only
supported for use against Ping Identity, UnboundID, and
Nokia/Alcatel-Lucent 8661 server products. These classes provide support
for proprietary functionality or for external specifications that are not
considered stable or mature enough to be guaranteed to work in an
interoperable way with other types of LDAP servers.
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getRebalancingOperationID()
Retrieves the unique identifier assigned to the entry rebalancing
operation.
|
java.lang.Integer |
getSizeLimit()
Retrieves the maximum number of entries that may be contained in the
subtree for it to be successfully migrated.
|
java.lang.String |
getSourceBackendServer()
The address and port of the backend server from which the subtree will be
migrated.
|
java.lang.String |
getSourceBackendSetName()
Retrieves the name of the backend set containing the subtree to be
migrated.
|
java.lang.String |
getSubtreeBaseDN()
Retrieves the base DN of the subtree that will be migrated during the entry
rebalancing operation.
|
java.lang.String |
getTargetBackendServer()
Retrieves the address and port of the backend server to which the subtree
will be migrated.
|
java.lang.String |
getTargetBackendSetName()
Retrieves the name of the backend set to which the subtree will be
migrated.
|
java.lang.Long |
getTriggeredByConnectionID()
Retrieves the connection ID for the connection that performed an operation
to trigger the entry rebalancing operation.
|
java.lang.Long |
getTriggeredByOperationID()
Retrieves the operation ID for the operation that triggered the entry
rebalancing operation.
|
getConnectionID, getInstanceName, getMessageType, getProductName, getStartupID, getThreadID
getBoolean, getDouble, getFields, getGeneralizedTime, getInteger, getLong, getRFC3339Timestamp, getString, getTimestamp, toString
@Nullable java.lang.Long getRebalancingOperationID()
null
if it is not included in the log message.@Nullable java.lang.Long getTriggeredByConnectionID()
null
if it is not included in the log message.@Nullable java.lang.Long getTriggeredByOperationID()
null
if it is not included
in the log message.@Nullable java.lang.String getSubtreeBaseDN()
null
if it is not included in
the log message.@Nullable java.lang.Integer getSizeLimit()
null
if it is not
included in the log message.@Nullable java.lang.String getSourceBackendSetName()
null
if it is not included in the log message.@Nullable java.lang.String getSourceBackendServer()
null
if it is not included in the log
message.@Nullable java.lang.String getTargetBackendSetName()
null
if it is not included in the log message.@Nullable java.lang.String getTargetBackendServer()
null
if it is not included in the log
message.