Interface Speculator
- All Superinterfaces:
org.apache.hadoop.yarn.event.EventHandler<SpeculatorEvent>
- All Known Implementing Classes:
DefaultSpeculator
Speculator component. Task Attempts' status updates are sent to this
component. Concrete implementation runs the speculative algorithm and
sends the TaskEventType.T_ADD_ATTEMPT.
An implementation also has to arrange for the jobs to be scanned from
time to time, to launch the speculations.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from interface org.apache.hadoop.yarn.event.EventHandler
handle
-
Method Details
-
handleAttempt
-