|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.ldap.sdk.unboundidds.logs.LogMessage
com.unboundid.ldap.sdk.unboundidds.logs.AccessLogMessage
com.unboundid.ldap.sdk.unboundidds.logs.EntryRebalancingRequestAccessLogMessage
@NotMutable @NotExtensible @ThreadSafety(level=COMPLETELY_THREADSAFE) public class EntryRebalancingRequestAccessLogMessage
NOTE: This class is part of the Commercial Edition of the UnboundID LDAP SDK for Java. It is not available for use in applications that include only the Standard Edition of the LDAP SDK, and is not supported for use in conjunction with non-UnboundID products.This class provides a data structure that holds information about a log message that may appear in the Directory Server access log about a the beginning of an entry rebalancing operation.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.unboundid.ldap.sdk.unboundidds.logs.AccessLogMessage |
---|
getConnectionID, getInstanceName, getProductName, getStartupID, parse |
Methods inherited from class com.unboundid.ldap.sdk.unboundidds.logs.LogMessage |
---|
getNamedValue, getNamedValueAsBoolean, getNamedValueAsDouble, getNamedValueAsInteger, getNamedValueAsLong, getNamedValues, getTimestamp, getUnnamedValues, hasUnnamedValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EntryRebalancingRequestAccessLogMessage(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(LogMessage m)
m
- The log message to be parsed as an entry rebalancing request
access log message.Method Detail |
---|
public final java.lang.Long getRebalancingOperationID()
null
if it is not included in the log message.public final java.lang.Long getTriggeringConnectionID()
null
if it is not included in the log message.public final java.lang.Long getTriggeringOperationID()
null
if it is not included
in the log message.public final java.lang.String getSubtreeBaseDN()
null
if it is not included in
the log message.public final java.lang.Integer getSizeLimit()
null
if it is not
included in the log message.public final java.lang.String getSourceBackendSetName()
null
if it is not included in the log message.public final java.lang.String getSourceBackendServer()
null
if it is not included in the log
message.public final java.lang.String getTargetBackendSetName()
null
if it is not included in the log message.public final java.lang.String getTargetBackendServer()
null
if it is not included in the log
message.public AccessLogMessageType getMessageType()
getMessageType
in class AccessLogMessage
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |