| Interface | Description |
|---|---|
| SubProcessPipelineOptions |
Options for running a sub process within a DoFn.
|
| Class | Description |
|---|---|
| ExampleEchoPipeline |
In this example batch pipeline we will invoke a simple Echo C++ library within a DoFn The sample
makes use of a ExternalLibraryDoFn class which abstracts the setup and processing of the
executable, logs and results.
|
| ExampleEchoPipeline.EchoInputDoFn |
Simple DoFn that echos the element, used as an example of running a C++ library.
|
| SubProcessPipelineOptions.SubProcessConfigurationFactory |
Confirm Configuration and return a configuration object used in pipeline.
|