Class TaskExecutor.RunningSplitInfo

java.lang.Object
io.trino.execution.executor.TaskExecutor.RunningSplitInfo
All Implemented Interfaces:
Comparable<TaskExecutor.RunningSplitInfo>
Enclosing class:
TaskExecutor

public static class TaskExecutor.RunningSplitInfo extends Object implements Comparable<TaskExecutor.RunningSplitInfo>
A class representing a split that is running on the TaskRunner. It has a Thread object that gets assigned while assigning the split to the taskRunner. However, when the TaskRunner moves to a different split, the thread stored here will not remain assigned to this split anymore.