See: Description
| Interface | Description | 
|---|---|
| GearpumpPipelineOptions | Options that configure the Gearpump pipeline. | 
| Class | Description | 
|---|---|
| GearpumpPipelineResult | Result of executing a  Pipelinewith Gearpump. | 
| GearpumpRunner | A  PipelineRunnerthat executes the operations in the pipeline by first translating them
 to Gearpump Stream DSL and then executing them on a Gearpump cluster. | 
| GearpumpRunnerRegistrar | |
| GearpumpRunnerRegistrar.Options | Registers the  GearpumpPipelineOptions. | 
| GearpumpRunnerRegistrar.Runner | Registers the  GearpumpRunner. | 
| TestGearpumpRunner | Gearpump  PipelineRunnerfor tests, which uses EmbeddedCluster. |