Class FlightRecorderDump$

  • All Implemented Interfaces:
    scala.App, scala.DelayedInit

    public class FlightRecorderDump$
    extends java.lang.Object
    implements scala.App
    Internal API

    Minimal utility for dumping a given afr file as text to stdout

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static FlightRecorderDump$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long executionStart()  
      java.nio.file.Path path()  
      protected void scala$App$_setter_$executionStart_$eq​(long x$1)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.App

        args, delayedInit, main, scala$App$_setter_$scala$App$$initCode_$eq, scala$App$$_args, scala$App$$_args_$eq, scala$App$$initCode
    • Field Detail

      • MODULE$

        public static final FlightRecorderDump$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • FlightRecorderDump$

        public FlightRecorderDump$()
    • Method Detail

      • executionStart

        public long executionStart()
        Specified by:
        executionStart in interface scala.App
      • scala$App$_setter_$executionStart_$eq

        protected void scala$App$_setter_$executionStart_$eq​(long x$1)
        Specified by:
        scala$App$_setter_$executionStart_$eq in interface scala.App
      • path

        public java.nio.file.Path path()