This project has retired. For details please refer to its
Attic page .
PipelineResult (Apache Crunch 0.9.0 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.
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
EMPTY
public static final PipelineResult EMPTY
status
public PipelineExecution.Status status
PipelineResult
public PipelineResult (List <PipelineResult.StageResult > stageResults,
PipelineExecution.Status status)
succeeded
public boolean succeeded ()
getStageResults
public List <PipelineResult.StageResult > getStageResults ()
Copyright © 2014 The Apache Software Foundation . All Rights Reserved.