Package | Description |
---|---|
org.apache.flink.runtime.scheduler | |
org.apache.flink.runtime.scheduler.adaptive | |
org.apache.flink.runtime.scheduler.adaptivebatch |
Modifier and Type | Class and Description |
---|---|
class |
DefaultScheduler
The future default scheduler.
|
class |
SchedulerBase
Base class which can be used to implement
SchedulerNG . |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<String> |
StateTransitions.ToStopWithSavepoint.goToStopWithSavepoint(ExecutionGraph executionGraph,
ExecutionGraphHandler executionGraphHandler,
OperatorCoordinatorHandler operatorCoordinatorHandler,
CheckpointScheduling checkpointScheduling,
CompletableFuture<String> savepointFuture,
List<ExceptionHistoryEntry> failureCollection)
Transitions into the
StopWithSavepoint state. |
CompletableFuture<String> |
AdaptiveScheduler.goToStopWithSavepoint(ExecutionGraph executionGraph,
ExecutionGraphHandler executionGraphHandler,
OperatorCoordinatorHandler operatorCoordinatorHandler,
CheckpointScheduling checkpointScheduling,
CompletableFuture<String> savepointFuture,
List<ExceptionHistoryEntry> failureCollection) |
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveBatchScheduler
This scheduler decides the parallelism of JobVertex according to the data volume it consumes.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.