This project has retired. For details please refer to its Attic page.
PipelineResult.StageResult (Apache Crunch 0.4.0-incubating API)

org.apache.crunch
Class PipelineResult.StageResult

java.lang.Object
  extended by org.apache.crunch.PipelineResult.StageResult
Enclosing class:
PipelineResult

public static class PipelineResult.StageResult
extends Object


Constructor Summary
PipelineResult.StageResult(String stageName, org.apache.hadoop.mapreduce.Counters counters)
           
 
Method Summary
 org.apache.hadoop.mapreduce.Counter findCounter(Enum<?> key)
           
 org.apache.hadoop.mapreduce.Counters getCounters()
           
 long getCounterValue(Enum<?> key)
           
 String getStageName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipelineResult.StageResult

public PipelineResult.StageResult(String stageName,
                                  org.apache.hadoop.mapreduce.Counters counters)
Method Detail

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.