public class PipelineResult extends Object
run or done on the
Pipeline interface that includes details and statistics about the component
stages of the data pipeline.| Modifier and Type | Class and Description |
|---|---|
static class |
PipelineResult.StageResult |
| Modifier and Type | Field and Description |
|---|---|
static PipelineResult |
EMPTY |
| Constructor and Description |
|---|
PipelineResult(List<PipelineResult.StageResult> stageResults) |
public static final PipelineResult EMPTY
public PipelineResult(List<PipelineResult.StageResult> stageResults)
public boolean succeeded()
public List<PipelineResult.StageResult> getStageResults()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.