Interface PerfStatsCollector.ThrowingRunnable<F extends java.lang.Exception>

  • Enclosing class:
    PerfStatsCollector

    public static interface PerfStatsCollector.ThrowingRunnable<F extends java.lang.Exception>
    Runnable that throws an exception.
    • Method Detail

      • run

        void run()
          throws F extends java.lang.Exception
        Throws:
        F extends java.lang.Exception