Package io.trino.execution.scheduler
Interface TaskLifecycleListener
-
public interface TaskLifecycleListener
-
-
Field Summary
Fields Modifier and Type Field Description static TaskLifecycleListenerNO_OP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnoMoreTasks(PlanFragmentId fragmentId)voidtaskCreated(PlanFragmentId fragmentId, RemoteTask task)
-
-
-
Field Detail
-
NO_OP
static final TaskLifecycleListener NO_OP
-
-
Method Detail
-
taskCreated
void taskCreated(PlanFragmentId fragmentId, RemoteTask task)
-
noMoreTasks
void noMoreTasks(PlanFragmentId fragmentId)
-
-