public class TestGearpumpRunner extends PipelineRunner<GearpumpPipelineResult>
PipelineRunner for tests, which uses EmbeddedCluster.| Modifier and Type | Method and Description | 
|---|---|
static TestGearpumpRunner | 
fromOptions(PipelineOptions options)  | 
GearpumpPipelineResult | 
run(Pipeline pipeline)
Processes the given  
Pipeline, potentially asynchronously, returning a runner-specific
 type of result. | 
create, run, runpublic static TestGearpumpRunner fromOptions(PipelineOptions options)
public GearpumpPipelineResult run(Pipeline pipeline)
PipelineRunnerPipeline, potentially asynchronously, returning a runner-specific
 type of result.run in class PipelineRunner<GearpumpPipelineResult>