|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.crunch.PipelineResult
public class PipelineResult
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
|
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 |
|---|
public static final PipelineResult EMPTY
public PipelineExecution.Status status
| Constructor Detail |
|---|
public PipelineResult(List<PipelineResult.StageResult> stageResults,
PipelineExecution.Status status)
| Method Detail |
|---|
public boolean succeeded()
public List<PipelineResult.StageResult> getStageResults()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||