Uses of Class
io.trino.execution.ScheduledSplit
-
Packages that use ScheduledSplit Package Description io.trino.execution -
-
Uses of ScheduledSplit in io.trino.execution
Methods in io.trino.execution that return types with arguments of type ScheduledSplit Modifier and Type Method Description Set<ScheduledSplit>TaskSource. getSplits()Constructor parameters in io.trino.execution with type arguments of type ScheduledSplit Constructor Description TaskSource(PlanNodeId planNodeId, Set<ScheduledSplit> splits, boolean noMoreSplits)TaskSource(PlanNodeId planNodeId, Set<ScheduledSplit> splits, Set<Lifespan> noMoreSplitsForLifespan, boolean noMoreSplits)
-