| Package | Description |
|---|---|
| org.apache.flink.runtime.scheduler | |
| org.apache.flink.runtime.scheduler.strategy |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultScheduler
The future default scheduler.
|
| Modifier and Type | Method and Description |
|---|---|
SchedulingStrategy |
SchedulingStrategyFactory.createInstance(SchedulerOperations schedulerOperations,
SchedulingTopology<?,?> schedulingTopology) |
SchedulingStrategy |
LazyFromSourcesSchedulingStrategy.Factory.createInstance(SchedulerOperations schedulerOperations,
SchedulingTopology<?,?> schedulingTopology) |
SchedulingStrategy |
EagerSchedulingStrategy.Factory.createInstance(SchedulerOperations schedulerOperations,
SchedulingTopology<?,?> schedulingTopology) |
| Constructor and Description |
|---|
EagerSchedulingStrategy(SchedulerOperations schedulerOperations,
SchedulingTopology<?,?> schedulingTopology) |
LazyFromSourcesSchedulingStrategy(SchedulerOperations schedulerOperations,
SchedulingTopology<?,?> schedulingTopology) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.