Class Traced

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public final class Traced
    extends java.lang.Object
    implements java.io.Closeable
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      Traced tag​(java.lang.String tag, java.lang.Number number)  
      Traced tag​(java.lang.String tag, java.lang.String value)  
      static Traced trace​(java.lang.String opName)  
      • Methods inherited from class java.lang.Object

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

      • trace

        public static Traced trace​(java.lang.String opName)
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
      • tag

        public Traced tag​(java.lang.String tag,
                          java.lang.Number number)
      • tag

        public Traced tag​(java.lang.String tag,
                          java.lang.String value)