@NotMutable @NotExtensible @ThreadSafety(level=COMPLETELY_THREADSAFE) public class 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.
Constructor and Description |
---|
EntryRebalancingRequestAccessLogMessage(LogMessage m)
Creates a new entry rebalancing request access log message from the
provided log message.
|
EntryRebalancingRequestAccessLogMessage(java.lang.String s)
Creates a new entry rebalancing request access log message from the
provided message string.
|
Modifier and Type | Method and Description |
---|---|
AccessLogMessageType |
getMessageType()
Retrieves the message type for this access log message.
|
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 |
getTriggeringConnectionID()
Retrieves the connection ID for the connection that performed an operation
to trigger the entry rebalancing operation.
|
java.lang.Long |
getTriggeringOperationID()
Retrieves the operation ID for the operation that triggered the entry
rebalancing operation.
|
getConnectionID, getInstanceName, getProductName, getStartupID, parse
getNamedValue, getNamedValueAsBoolean, getNamedValueAsDouble, getNamedValueAsInteger, getNamedValueAsLong, getNamedValues, getTimestamp, getUnnamedValues, hasUnnamedValue, toString
public EntryRebalancingRequestAccessLogMessage(@NotNull java.lang.String s) throws LogException
s
- The string to be parsed as an entry rebalancing request access
log message.LogException
- If the provided string cannot be parsed as a valid
log message.public EntryRebalancingRequestAccessLogMessage(@NotNull LogMessage m)
m
- The log message to be parsed as an entry rebalancing request
access log message.@Nullable public final java.lang.Long getRebalancingOperationID()
null
if it is not included in the log message.@Nullable public final java.lang.Long getTriggeringConnectionID()
null
if it is not included in the log message.@Nullable public final java.lang.Long getTriggeringOperationID()
null
if it is not included
in the log message.@Nullable public final java.lang.String getSubtreeBaseDN()
null
if it is not included in
the log message.@Nullable public final java.lang.Integer getSizeLimit()
null
if it is not
included in the log message.@Nullable public final java.lang.String getSourceBackendSetName()
null
if it is not included in the log message.@Nullable public final java.lang.String getSourceBackendServer()
null
if it is not included in the log
message.@Nullable public final java.lang.String getTargetBackendSetName()
null
if it is not included in the log message.@Nullable public final java.lang.String getTargetBackendServer()
null
if it is not included in the log
message.@NotNull public AccessLogMessageType getMessageType()
getMessageType
in class AccessLogMessage