Class TraceDescription


  • public class TraceDescription
    extends Object
    High-level description of a trace and the actual trace itself. Used to provide more information to logs etc than just the trace tree. The description will usually contain context for the trace, such as the orginal query string, desired timeout etc.
    • Constructor Detail

      • TraceDescription

        public TraceDescription​(com.yahoo.messagebus.Trace trace,
                                String description)
    • Method Detail

      • getTrace

        public com.yahoo.messagebus.Trace getTrace()
      • getDescription

        public String getDescription()