public class ExecutorRunner extends StageRunner<com.streamsets.pipeline.api.Executor>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecutorRunner.Builder |
StageRunner.Outputstatus| 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,
Map<String,String> stageSdcConf,
com.streamsets.pipeline.api.ExecutionMode executionMode,
com.streamsets.pipeline.api.DeliveryGuarantee deliveryGuarantee,
String resourcesDir,
com.streamsets.datacollector.main.RuntimeInfo runtimeInfo,
List<ServiceRunner> services) |
ExecutorRunner(Class<com.streamsets.pipeline.api.Executor> executorClass,
Map<String,Object> configuration,
boolean isPreview,
com.streamsets.pipeline.api.OnRecordError onRecordError,
Map<String,Object> constants,
Map<String,String> stageSdcConf,
com.streamsets.pipeline.api.ExecutionMode executionMode,
com.streamsets.pipeline.api.DeliveryGuarantee deliveryGuarantee,
String resourcesDir,
com.streamsets.datacollector.main.RuntimeInfo runtimeInfo,
List<ServiceRunner> services) |
| Modifier and Type | Method and Description |
|---|---|
void |
runWrite(List<com.streamsets.pipeline.api.Record> inputRecords) |
clearErrors, clearEvents, clearLineageEvents, getContext, getErrorRecords, getErrors, getEventRecords, getInfo, getLineageEvents, getSourceResponseSink, getStage, runDestroy, runInit, runValidateConfigs, setSourceResponseSinkconfigureObjectpublic 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, Map<String,String> stageSdcConf, com.streamsets.pipeline.api.ExecutionMode executionMode, com.streamsets.pipeline.api.DeliveryGuarantee deliveryGuarantee, String resourcesDir, com.streamsets.datacollector.main.RuntimeInfo runtimeInfo, List<ServiceRunner> services)
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, Map<String,String> stageSdcConf, com.streamsets.pipeline.api.ExecutionMode executionMode, com.streamsets.pipeline.api.DeliveryGuarantee deliveryGuarantee, String resourcesDir, com.streamsets.datacollector.main.RuntimeInfo runtimeInfo, List<ServiceRunner> services)
public void runWrite(List<com.streamsets.pipeline.api.Record> inputRecords) throws com.streamsets.pipeline.api.StageException
com.streamsets.pipeline.api.StageExceptionCopyright © 2019 StreamSets. All rights reserved.