JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.trino.execution
TaskFailureListener
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
onTaskFailed(TaskId, Throwable)
Interface TaskFailureListener
public interface
TaskFailureListener
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onTaskFailed
(
TaskId
taskId,
Throwable
failure)
Method Details
onTaskFailed
void
onTaskFailed
(
TaskId
taskId,
Throwable
failure)