This project has retired. For details please refer to its Attic page.
PipelineResult (Apache Crunch 0.10.0 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 DONE
           
static PipelineResult EMPTY
           
 PipelineExecution.Status status
           
 
Constructor Summary
PipelineResult(List<PipelineResult.StageResult> stageResults, PipelineExecution.Status status)
           
 
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

DONE

public static final PipelineResult DONE

status

public PipelineExecution.Status status
Constructor Detail

PipelineResult

public PipelineResult(List<PipelineResult.StageResult> stageResults,
                      PipelineExecution.Status status)
Method Detail

succeeded

public boolean succeeded()

getStageResults

public List<PipelineResult.StageResult> getStageResults()


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