public class ExecutorRunner extends StageRunner<com.streamsets.pipeline.api.Executor>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecutorRunner.Builder |
StageRunner.Output| Constructor and Description |
|---|
ExecutorRunner(Class<com.streamsets.pipeline.api.Executor> executorClass,
com.streamsets.pipeline.api.Executor executor,
Map<String,Object> configuration,
boolean isPreview,
com.streamsets.pipeline.api.OnRecordError onRecordError,
Map<String,Object> constants,
com.streamsets.pipeline.api.ExecutionMode executionMode,
String resourcesDir) |
ExecutorRunner(Class<com.streamsets.pipeline.api.Executor> executorClass,
Map<String,Object> configuration,
boolean isPreview,
com.streamsets.pipeline.api.OnRecordError onRecordError,
Map<String,Object> constants,
com.streamsets.pipeline.api.ExecutionMode executionMode,
String resourcesDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
runWrite(List<com.streamsets.pipeline.api.Record> inputRecords) |
clearErrors, clearEvents, getContext, getErrorRecords, getErrors, getEventRecords, getInfo, getStage, runDestroy, runInit, runValidateConfigspublic ExecutorRunner(Class<com.streamsets.pipeline.api.Executor> executorClass, com.streamsets.pipeline.api.Executor executor, Map<String,Object> configuration, boolean isPreview, com.streamsets.pipeline.api.OnRecordError onRecordError, Map<String,Object> constants, com.streamsets.pipeline.api.ExecutionMode executionMode, String resourcesDir)
public ExecutorRunner(Class<com.streamsets.pipeline.api.Executor> executorClass, Map<String,Object> configuration, boolean isPreview, com.streamsets.pipeline.api.OnRecordError onRecordError, Map<String,Object> constants, com.streamsets.pipeline.api.ExecutionMode executionMode, String resourcesDir)
public void runWrite(List<com.streamsets.pipeline.api.Record> inputRecords) throws com.streamsets.pipeline.api.StageException
com.streamsets.pipeline.api.StageExceptionCopyright © 2016 StreamSets. All rights reserved.