Interface InternalFailuresListener

    • Method Detail

      • notifyTaskFailure

        void notifyTaskFailure​(ExecutionAttemptID attemptId,
                               Throwable t,
                               boolean cancelTask,
                               boolean releasePartitions)
      • notifyGlobalFailure

        void notifyGlobalFailure​(Throwable t)