This project has retired. For details please refer to its
Attic page.
PipelineResult.StageResult (Apache Crunch 0.3.0-incubating API)
org.apache.crunch
Class PipelineResult.StageResult
java.lang.Object
org.apache.crunch.PipelineResult.StageResult
- Enclosing class:
- PipelineResult
public static class PipelineResult.StageResult
- extends Object
PipelineResult.StageResult
public PipelineResult.StageResult(String stageName,
org.apache.hadoop.mapreduce.Counters counters)
getStageName
public String getStageName()
getCounters
public org.apache.hadoop.mapreduce.Counters getCounters()
findCounter
public org.apache.hadoop.mapreduce.Counter findCounter(Enum<?> key)
getCounterValue
public long getCounterValue(Enum<?> key)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.