Class TraceDescription


  • public class TraceDescription
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      TraceDescription​(com.yahoo.messagebus.Trace trace, java.lang.String description)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      com.yahoo.messagebus.Trace getTrace()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TraceDescription

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

      • getTrace

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

        public java.lang.String getDescription()