Interface EntryRebalancingRequestAccessLogMessage

    • Method Detail

      • getRebalancingOperationID

        @Nullable
        java.lang.Long getRebalancingOperationID()
        Retrieves the unique identifier assigned to the entry rebalancing operation.
        Returns:
        The unique identifier assigned to the entry rebalancing operation, or null if it is not included in the log message.
      • getTriggeredByConnectionID

        @Nullable
        java.lang.Long getTriggeredByConnectionID()
        Retrieves the connection ID for the connection that performed an operation to trigger the entry rebalancing operation.
        Returns:
        Retrieves the connection ID for the connection that performed an operation to trigger the entry rebalancing operation, or null if it is not included in the log message.
      • getTriggeredByOperationID

        @Nullable
        java.lang.Long getTriggeredByOperationID()
        Retrieves the operation ID for the operation that triggered the entry rebalancing operation.
        Returns:
        Retrieves the operation ID for the operation that triggered the entry rebalancing operation, or null if it is not included in the log message.
      • getSubtreeBaseDN

        @Nullable
        java.lang.String getSubtreeBaseDN()
        Retrieves the base DN of the subtree that will be migrated during the entry rebalancing operation.
        Returns:
        The base DN of the subtree that will be migrated during the entry rebalancing operation, or null if it is not included in the log message.
      • getSizeLimit

        @Nullable
        java.lang.Integer getSizeLimit()
        Retrieves the maximum number of entries that may be contained in the subtree for it to be successfully migrated.
        Returns:
        The maximum number of entries that may be contained in the subtree for it to be successfully migrated, or null if it is not included in the log message.
      • getSourceBackendSetName

        @Nullable
        java.lang.String getSourceBackendSetName()
        Retrieves the name of the backend set containing the subtree to be migrated.
        Returns:
        The name of the backend set containing the subtree to be migrated, or null if it is not included in the log message.
      • getSourceBackendServer

        @Nullable
        java.lang.String getSourceBackendServer()
        The address and port of the backend server from which the subtree will be migrated.
        Returns:
        The address and port of the backend server from which the subtree will be migrated, or null if it is not included in the log message.
      • getTargetBackendSetName

        @Nullable
        java.lang.String getTargetBackendSetName()
        Retrieves the name of the backend set to which the subtree will be migrated.
        Returns:
        The name of the backend set ot which the subtree will be migrated, or null if it is not included in the log message.
      • getTargetBackendServer

        @Nullable
        java.lang.String getTargetBackendServer()
        Retrieves the address and port of the backend server to which the subtree will be migrated.
        Returns:
        The address and port of the backend server to which the subtree will be migrated, or null if it is not included in the log message.