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, run
public static TestGearpumpRunner fromOptions(PipelineOptions options)
public GearpumpPipelineResult run(Pipeline pipeline)
PipelineRunner
Pipeline
, potentially asynchronously, returning a runner-specific
type of result.run
in class PipelineRunner<GearpumpPipelineResult>