public abstract class StageRunner<S extends com.streamsets.pipeline.api.Stage> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StageRunner.Builder<S extends com.streamsets.pipeline.api.Stage,R extends StageRunner,B extends StageRunner.Builder> |
static class |
StageRunner.Output |
| Modifier and Type | Method and Description |
|---|---|
void |
clearErrors() |
void |
clearEvents() |
com.streamsets.pipeline.api.Stage.Context |
getContext() |
List<com.streamsets.pipeline.api.Record> |
getErrorRecords() |
List<String> |
getErrors() |
List<com.streamsets.pipeline.api.Record> |
getEventRecords() |
com.streamsets.pipeline.api.Stage.Info |
getInfo() |
S |
getStage() |
void |
runDestroy() |
void |
runInit() |
List<com.streamsets.pipeline.api.Stage.ConfigIssue> |
runValidateConfigs() |
public S getStage()
public com.streamsets.pipeline.api.Stage.Info getInfo()
public com.streamsets.pipeline.api.Stage.Context getContext()
public List<com.streamsets.pipeline.api.Stage.ConfigIssue> runValidateConfigs() throws com.streamsets.pipeline.api.StageException
com.streamsets.pipeline.api.StageExceptionpublic void runInit()
throws com.streamsets.pipeline.api.StageException
com.streamsets.pipeline.api.StageExceptionpublic void runDestroy()
throws com.streamsets.pipeline.api.StageException
com.streamsets.pipeline.api.StageExceptionpublic List<com.streamsets.pipeline.api.Record> getErrorRecords()
public void clearErrors()
public List<com.streamsets.pipeline.api.Record> getEventRecords()
public void clearEvents()
Copyright © 2016 StreamSets. All rights reserved.