@NotExtensible @NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public class TextFormattedEntryRebalancingRequestAccessLogMessage extends TextFormattedAccessLogMessage implements EntryRebalancingRequestAccessLogMessage
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.
NO_FIELD_NAME
Constructor and Description |
---|
TextFormattedEntryRebalancingRequestAccessLogMessage(java.lang.String logMessageString)
Creates a new text-formatted 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 |
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, getProductName, getStartupID, getThreadID
getBoolean, getDouble, getFields, getGeneralizedTime, getInteger, getLong, getRFC3339Timestamp, getString, getTimestamp, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getConnectionID, getInstanceName, getProductName, getStartupID, getThreadID
getBoolean, getDouble, getFields, getGeneralizedTime, getInteger, getLong, getRFC3339Timestamp, getString, getTimestamp, toString
public TextFormattedEntryRebalancingRequestAccessLogMessage(@NotNull java.lang.String logMessageString) throws LogException
logMessageString
- The string representation of this log message.
It must not be null
.LogException
- If the provided string cannot be parsed as a valid
log message.@NotNull public AccessLogMessageType getMessageType()
getMessageType
in interface AccessLogMessage
@Nullable public final java.lang.Long getRebalancingOperationID()
getRebalancingOperationID
in interface EntryRebalancingRequestAccessLogMessage
null
if it is not included in the log message.@Nullable public final java.lang.Long getTriggeredByConnectionID()
getTriggeredByConnectionID
in interface EntryRebalancingRequestAccessLogMessage
null
if it is not included in the log message.@Nullable public final java.lang.Long getTriggeredByOperationID()
getTriggeredByOperationID
in interface EntryRebalancingRequestAccessLogMessage
null
if it is not included
in the log message.@Nullable public final java.lang.String getSubtreeBaseDN()
getSubtreeBaseDN
in interface EntryRebalancingRequestAccessLogMessage
null
if it is not included in
the log message.@Nullable public final java.lang.Integer getSizeLimit()
getSizeLimit
in interface EntryRebalancingRequestAccessLogMessage
null
if it is not
included in the log message.@Nullable public final java.lang.String getSourceBackendSetName()
getSourceBackendSetName
in interface EntryRebalancingRequestAccessLogMessage
null
if it is not included in the log message.@Nullable public final java.lang.String getSourceBackendServer()
getSourceBackendServer
in interface EntryRebalancingRequestAccessLogMessage
null
if it is not included in the log
message.@Nullable public final java.lang.String getTargetBackendSetName()
getTargetBackendSetName
in interface EntryRebalancingRequestAccessLogMessage
null
if it is not included in the log message.@Nullable public final java.lang.String getTargetBackendServer()
getTargetBackendServer
in interface EntryRebalancingRequestAccessLogMessage
null
if it is not included in the log
message.