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

org.apache.crunch
Class PipelineResult

java.lang.Object
  extended by org.apache.crunch.PipelineResult

public class PipelineResult
extends Object

Container for the results of a call to run or done on the Pipeline interface that includes details and statistics about the component stages of the data pipeline.


Nested Class Summary
static class PipelineResult.StageResult
           
 
Field Summary
static PipelineResult EMPTY
           
 
Constructor Summary
PipelineResult(List<PipelineResult.StageResult> stageResults)
           
 
Method Summary
 List<PipelineResult.StageResult> getStageResults()
           
 boolean succeeded()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final PipelineResult EMPTY
Constructor Detail

PipelineResult

public PipelineResult(List<PipelineResult.StageResult> stageResults)
Method Detail

succeeded

public boolean succeeded()

getStageResults

public List<PipelineResult.StageResult> getStageResults()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.