Package io.trino.execution.scheduler
Interface SourceScheduler
-
- All Known Implementing Classes:
SourcePartitionedScheduler
public interface SourceScheduler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()List<Lifespan>drainCompletedLifespans()PlanNodeIdgetPlanNodeId()voidnoMoreLifespans()ScheduleResultschedule()voidstartLifespan(Lifespan lifespan, ConnectorPartitionHandle partitionHandle)
-
-
-
Method Detail
-
schedule
ScheduleResult schedule()
-
close
void close()
-
getPlanNodeId
PlanNodeId getPlanNodeId()
-
startLifespan
void startLifespan(Lifespan lifespan, ConnectorPartitionHandle partitionHandle)
-
noMoreLifespans
void noMoreLifespans()
-
-