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
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.
EMPTY
public static final PipelineResult EMPTY
PipelineResult
public PipelineResult (List <PipelineResult.StageResult > stageResults)
succeeded
public boolean succeeded ()
getStageResults
public List <PipelineResult.StageResult > getStageResults ()
Copyright © 2012 The Apache Software Foundation . All Rights Reserved.