public class GearpumpRunner extends PipelineRunner<GearpumpPipelineResult>
PipelineRunner that executes the operations in the pipeline by first translating them
 to Gearpump Stream DSL and then executing them on a Gearpump cluster.| Constructor and Description | 
|---|
GearpumpRunner(GearpumpPipelineOptions options)  | 
| Modifier and Type | Method and Description | 
|---|---|
static GearpumpRunner | 
fromOptions(PipelineOptions options)  | 
GearpumpPipelineResult | 
run(Pipeline pipeline)
Processes the given  
Pipeline, potentially asynchronously, returning a runner-specific
 type of result. | 
create, run, runpublic GearpumpRunner(GearpumpPipelineOptions options)
public static GearpumpRunner fromOptions(PipelineOptions options)
public GearpumpPipelineResult run(Pipeline pipeline)
PipelineRunnerPipeline, potentially asynchronously, returning a runner-specific
 type of result.run in class PipelineRunner<GearpumpPipelineResult>