Uses of Interface
org.apache.hadoop.mapreduce.v2.app.speculate.TaskRuntimeEstimator

Packages that use TaskRuntimeEstimator
org.apache.hadoop.mapreduce.v2.app.speculate   
 

Uses of TaskRuntimeEstimator in org.apache.hadoop.mapreduce.v2.app.speculate
 

Classes in org.apache.hadoop.mapreduce.v2.app.speculate that implement TaskRuntimeEstimator
 class ExponentiallySmoothedTaskRuntimeEstimator
          This estimator exponentially smooths the rate of progress versus wallclock time.
 class LegacyTaskRuntimeEstimator
           
 class NullTaskRuntimesEngine
           
 

Constructors in org.apache.hadoop.mapreduce.v2.app.speculate with parameters of type TaskRuntimeEstimator
DefaultSpeculator(org.apache.hadoop.conf.Configuration conf, AppContext context, TaskRuntimeEstimator estimator, org.apache.hadoop.yarn.util.Clock clock)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.