Uses of Class
io.prestosql.execution.ScheduledSplit
-
Packages that use ScheduledSplit Package Description io.prestosql.execution -
-
Uses of ScheduledSplit in io.prestosql.execution
Methods in io.prestosql.execution that return types with arguments of type ScheduledSplit Modifier and Type Method Description Set<ScheduledSplit>TaskSource. getSplits()Constructor parameters in io.prestosql.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)
-