Uses of Interface
org.apache.flink.runtime.scheduler.adaptivebatch.SpeculativeExecutionHandler
-
Packages that use SpeculativeExecutionHandler Package Description org.apache.flink.runtime.scheduler.adaptivebatch -
-
Uses of SpeculativeExecutionHandler in org.apache.flink.runtime.scheduler.adaptivebatch
Classes in org.apache.flink.runtime.scheduler.adaptivebatch that implement SpeculativeExecutionHandler Modifier and Type Class Description class
DefaultSpeculativeExecutionHandler
The default implementation ofSpeculativeExecutionHandler
.class
DummySpeculativeExecutionHandler
The dummy implementation ofSpeculativeExecutionHandler
.
-