Uses of Interface
org.apache.hadoop.mapreduce.v2.app.speculate.TaskRuntimeEstimator
Packages that use TaskRuntimeEstimator
-
Uses of TaskRuntimeEstimator in org.apache.hadoop.mapreduce.v2.app.speculate
Classes in org.apache.hadoop.mapreduce.v2.app.speculate that implement TaskRuntimeEstimatorModifier and TypeClassDescriptionclassThis estimator exponentially smooths the rate of progress versus wallclock time.classclassclassA task Runtime Estimator based on exponential smoothing.Constructors in org.apache.hadoop.mapreduce.v2.app.speculate with parameters of type TaskRuntimeEstimatorModifierConstructorDescriptionDefaultSpeculator(org.apache.hadoop.conf.Configuration conf, AppContext context, TaskRuntimeEstimator estimator, org.apache.hadoop.yarn.util.Clock clock)