| Package | Description |
|---|---|
| io.prestosql.execution |
| Modifier and Type | Method and Description |
|---|---|
Set<ScheduledSplit> |
TaskSource.getSplits() |
| Constructor and Description |
|---|
TaskSource(PlanNodeId planNodeId,
Set<ScheduledSplit> splits,
boolean noMoreSplits) |
TaskSource(PlanNodeId planNodeId,
Set<ScheduledSplit> splits,
Set<Lifespan> noMoreSplitsForLifespan,
boolean noMoreSplits) |
Copyright © 2012–2019. All rights reserved.