public class TestApexRunner extends PipelineRunner<ApexRunnerResult>
PipelineRunner for testing.| Modifier and Type | Method and Description | 
|---|---|
static TestApexRunner | 
fromOptions(PipelineOptions options)  | 
ApexRunnerResult | 
run(Pipeline pipeline)
Processes the given  
Pipeline, potentially asynchronously, returning a runner-specific
 type of result. | 
static com.datatorrent.api.DAG | 
translate(Pipeline pipeline,
         ApexPipelineOptions options)  | 
create, run, runpublic static TestApexRunner fromOptions(PipelineOptions options)
public static com.datatorrent.api.DAG translate(Pipeline pipeline, ApexPipelineOptions options)
public ApexRunnerResult run(Pipeline pipeline)
PipelineRunnerPipeline, potentially asynchronously, returning a runner-specific
 type of result.run in class PipelineRunner<ApexRunnerResult>