Class TraceStateImpl

  • All Implemented Interfaces:
    ProgressEventNotifier

    public class TraceStateImpl
    extends TraceState
    ThreadLocal state for a tracing session. The presence of an instance of this class as a ThreadLocal denotes that an operation is being traced.
    • Field Detail

      • WAIT_FOR_PENDING_EVENTS_TIMEOUT_SECS

        public static int WAIT_FOR_PENDING_EVENTS_TIMEOUT_SECS
    • Method Detail

      • traceImpl

        protected void traceImpl​(java.lang.String message)
        Specified by:
        traceImpl in class TraceState