public static class PipelineResult.StageResult extends Object
Constructor and Description |
---|
PipelineResult.StageResult(String stageName,
org.apache.hadoop.mapreduce.Counters counters) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapreduce.Counter |
findCounter(Enum<?> key) |
org.apache.hadoop.mapreduce.Counters |
getCounters() |
long |
getCounterValue(Enum<?> key) |
String |
getStageName() |
public PipelineResult.StageResult(String stageName, org.apache.hadoop.mapreduce.Counters counters)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.