Uses of Class
org.apache.hadoop.mapreduce.v2.app.speculate.ExponentiallySmoothedTaskRuntimeEstimator.SmoothedValue

Packages that use ExponentiallySmoothedTaskRuntimeEstimator.SmoothedValue
org.apache.hadoop.mapreduce.v2.app.speculate   
 

Uses of ExponentiallySmoothedTaskRuntimeEstimator.SmoothedValue in org.apache.hadoop.mapreduce.v2.app.speculate
 

Methods in org.apache.hadoop.mapreduce.v2.app.speculate that return ExponentiallySmoothedTaskRuntimeEstimator.SmoothedValue
static ExponentiallySmoothedTaskRuntimeEstimator.SmoothedValue ExponentiallySmoothedTaskRuntimeEstimator.SmoothedValue.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExponentiallySmoothedTaskRuntimeEstimator.SmoothedValue[] ExponentiallySmoothedTaskRuntimeEstimator.SmoothedValue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.