Class TextFormattedRequestAccessLogMessage

    • Constructor Detail

    • Method Detail

      • getOrigin

        @Nullable
        public final java.lang.String getOrigin()
        Retrieves the origin of the associated operation. If present, it may be "synchronization" if the operation is replicated, or "internal" if it is an internal operation.
        Specified by:
        getOrigin in interface OperationRequestAccessLogMessage
        Returns:
        The origin for the associated operation, or null if it is not included in the log message.
      • getTriggeredByConnectionID

        @Nullable
        public final java.lang.Long getTriggeredByConnectionID()
        Retrieves the connection ID for the connection that triggered the associated operation. This is generally used for internal operations that are processed as a direct result of an externally-requested operation.
        Specified by:
        getTriggeredByConnectionID in interface OperationRequestAccessLogMessage
        Returns:
        The connection ID for the connection that triggered the associated operation, or null if it is not included in the log message.
      • getTriggeredByOperationID

        @Nullable
        public final java.lang.Long getTriggeredByOperationID()
        Retrieves the operation ID for the operation that triggered the associated operation. This is generally used for internal operations that are processed as a direct result of an externally-requested operation.
        Specified by:
        getTriggeredByOperationID in interface OperationRequestAccessLogMessage
        Returns:
        The operation ID for the operation that triggered the associated operation, or null if it is not included in the log message.
      • getUsingAdminSessionWorkerThread

        @Nullable
        public final java.lang.Boolean getUsingAdminSessionWorkerThread()
        Indicates whether the operation was processed using a worker thread from the dedicated administrative session thread pool.
        Specified by:
        getUsingAdminSessionWorkerThread in interface OperationRequestAccessLogMessage
        Returns:
        true if the operation was processed using a worker thread from the dedicated administrative session thread pool, false if it was not, or null if that information was not included in the log message.
      • getIntermediateClientRequestControl

        @Nullable
        public final java.lang.String getIntermediateClientRequestControl()
        Retrieves a string representation of an intermediate client request control included in the log message.
        Returns:
        A string representation of an intermediate client request control included in the log message, or null if there is none.
      • getOperationPurposeRequestControl

        @Nullable
        public final java.lang.String getOperationPurposeRequestControl()
        Retrieves a string representation of an operation purpose request control included in the log message.
        Returns:
        A string representation of an operation purpose request control included in the log message, or null if there is none.