Class RunningSplitInfo

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

public class RunningSplitInfo extends Object implements Comparable<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.