Interface ComputeJob

    • Method Detail

      • runJob

        void runJob()
      • getFailureReason

        java.lang.Throwable getFailureReason()
      • kill

        default void kill()
      • close

        default void close()
                    throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException