JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.trino.execution.scheduler
SourceScheduler
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
start()
schedule()
close()
getPlanNodeId()
Interface SourceScheduler
All Known Implementing Classes:
SourcePartitionedScheduler
public interface
SourceScheduler
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
close
()
PlanNodeId
getPlanNodeId
()
ScheduleResult
schedule
()
void
start
()
Method Details
start
void
start
()
schedule
ScheduleResult
schedule
()
close
void
close
()
getPlanNodeId
PlanNodeId
getPlanNodeId
()