Class TextFormattedEntryRebalancingRequestAccessLogMessage
java.lang.Object
com.unboundid.ldap.sdk.unboundidds.logs.v2.text.TextFormattedLogMessage
com.unboundid.ldap.sdk.unboundidds.logs.v2.text.TextFormattedAccessLogMessage
com.unboundid.ldap.sdk.unboundidds.logs.v2.text.TextFormattedEntryRebalancingRequestAccessLogMessage
- All Implemented Interfaces:
AccessLogMessage,EntryRebalancingRequestAccessLogMessage,LogMessage,Serializable
- Direct Known Subclasses:
TextFormattedEntryRebalancingResultAccessLogMessage
@NotExtensible
@NotMutable
@ThreadSafety(level=COMPLETELY_THREADSAFE)
public class TextFormattedEntryRebalancingRequestAccessLogMessage
extends TextFormattedAccessLogMessage
implements EntryRebalancingRequestAccessLogMessage
This class provides a data structure that holds information about a
text-formatted entry rebalancing request access log message.
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.
- See Also:
-
Field Summary
Fields inherited from class com.unboundid.ldap.sdk.unboundidds.logs.v2.text.TextFormattedLogMessage
NO_FIELD_NAME -
Constructor Summary
ConstructorsConstructorDescriptionTextFormattedEntryRebalancingRequestAccessLogMessage(String logMessageString) Creates a new text-formatted entry rebalancing request access log message from the provided message string. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the message type for this access log message.final LongRetrieves the unique identifier assigned to the entry rebalancing operation.final IntegerRetrieves the maximum number of entries that may be contained in the subtree for it to be successfully migrated.final StringThe address and port of the backend server from which the subtree will be migrated.final StringRetrieves the name of the backend set containing the subtree to be migrated.final StringRetrieves the base DN of the subtree that will be migrated during the entry rebalancing operation.final StringRetrieves the address and port of the backend server to which the subtree will be migrated.final StringRetrieves the name of the backend set to which the subtree will be migrated.final LongRetrieves the connection ID for the connection that performed an operation to trigger the entry rebalancing operation.final LongRetrieves the operation ID for the operation that triggered the entry rebalancing operation.Methods inherited from class com.unboundid.ldap.sdk.unboundidds.logs.v2.text.TextFormattedAccessLogMessage
getConnectionID, getInstanceName, getProductName, getStartupID, getThreadIDMethods inherited from class com.unboundid.ldap.sdk.unboundidds.logs.v2.text.TextFormattedLogMessage
getBoolean, getDouble, getFields, getGeneralizedTime, getInteger, getLong, getRFC3339Timestamp, getString, getTimestamp, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.unboundid.ldap.sdk.unboundidds.logs.v2.AccessLogMessage
getConnectionID, getInstanceName, getProductName, getStartupID, getThreadIDMethods inherited from interface com.unboundid.ldap.sdk.unboundidds.logs.v2.LogMessage
getBoolean, getDouble, getFields, getGeneralizedTime, getInteger, getLong, getRFC3339Timestamp, getString, getTimestamp, toString
-
Constructor Details
-
TextFormattedEntryRebalancingRequestAccessLogMessage
public TextFormattedEntryRebalancingRequestAccessLogMessage(@NotNull String logMessageString) throws LogException Creates a new text-formatted entry rebalancing request access log message from the provided message string.- Parameters:
logMessageString- The string representation of this log message. It must not benull.- Throws:
LogException- If the provided string cannot be parsed as a valid log message.
-
-
Method Details
-
getMessageType
Retrieves the message type for this access log message.- Specified by:
getMessageTypein interfaceAccessLogMessage- Returns:
- The message type for this access log message.
-
getRebalancingOperationID
Retrieves the unique identifier assigned to the entry rebalancing operation.- Specified by:
getRebalancingOperationIDin interfaceEntryRebalancingRequestAccessLogMessage- Returns:
- The unique identifier assigned to the entry rebalancing operation,
or
nullif it is not included in the log message.
-
getTriggeredByConnectionID
Retrieves the connection ID for the connection that performed an operation to trigger the entry rebalancing operation.- Specified by:
getTriggeredByConnectionIDin interfaceEntryRebalancingRequestAccessLogMessage- Returns:
- Retrieves the connection ID for the connection that performed an
operation to trigger the entry rebalancing operation, or
nullif it is not included in the log message.
-
getTriggeredByOperationID
Retrieves the operation ID for the operation that triggered the entry rebalancing operation.- Specified by:
getTriggeredByOperationIDin interfaceEntryRebalancingRequestAccessLogMessage- Returns:
- Retrieves the operation ID for the operation that triggered the
entry rebalancing operation, or
nullif it is not included in the log message.
-
getSubtreeBaseDN
Retrieves the base DN of the subtree that will be migrated during the entry rebalancing operation.- Specified by:
getSubtreeBaseDNin interfaceEntryRebalancingRequestAccessLogMessage- Returns:
- The base DN of the subtree that will be migrated during the entry
rebalancing operation, or
nullif it is not included in the log message.
-
getSizeLimit
Retrieves the maximum number of entries that may be contained in the subtree for it to be successfully migrated.- Specified by:
getSizeLimitin interfaceEntryRebalancingRequestAccessLogMessage- Returns:
- The maximum number of entries that may be contained in the subtree
for it to be successfully migrated, or
nullif it is not included in the log message.
-
getSourceBackendSetName
Retrieves the name of the backend set containing the subtree to be migrated.- Specified by:
getSourceBackendSetNamein interfaceEntryRebalancingRequestAccessLogMessage- Returns:
- The name of the backend set containing the subtree to be migrated,
or
nullif it is not included in the log message.
-
getSourceBackendServer
The address and port of the backend server from which the subtree will be migrated.- Specified by:
getSourceBackendServerin interfaceEntryRebalancingRequestAccessLogMessage- Returns:
- The address and port of the backend server from which the subtree
will be migrated, or
nullif it is not included in the log message.
-
getTargetBackendSetName
Retrieves the name of the backend set to which the subtree will be migrated.- Specified by:
getTargetBackendSetNamein interfaceEntryRebalancingRequestAccessLogMessage- Returns:
- The name of the backend set ot which the subtree will be migrated,
or
nullif it is not included in the log message.
-
getTargetBackendServer
Retrieves the address and port of the backend server to which the subtree will be migrated.- Specified by:
getTargetBackendServerin interfaceEntryRebalancingRequestAccessLogMessage- Returns:
- The address and port of the backend server to which the subtree
will be migrated, or
nullif it is not included in the log message.
-