public class GearpumpRunner extends org.apache.beam.sdk.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(org.apache.beam.sdk.options.PipelineOptions options) |
GearpumpPipelineResult |
run(org.apache.beam.sdk.Pipeline pipeline) |
public GearpumpRunner(GearpumpPipelineOptions options)
public static GearpumpRunner fromOptions(org.apache.beam.sdk.options.PipelineOptions options)
public GearpumpPipelineResult run(org.apache.beam.sdk.Pipeline pipeline)
run in class org.apache.beam.sdk.PipelineRunner<GearpumpPipelineResult>