public final class SparkStructuredStreamingRunnerRegistrar
extends java.lang.Object
PipelineRunnerRegistrar
and PipelineOptionsRegistrar
for the SparkStructuredStreamingRunner
.
AutoService
will register Spark's implementations of the PipelineRunner
and
PipelineOptions
as available pipeline runner services.
Modifier and Type | Class and Description |
---|---|
static class |
SparkStructuredStreamingRunnerRegistrar.Options
Registers the
SparkStructuredStreamingPipelineOptions . |
static class |
SparkStructuredStreamingRunnerRegistrar.Runner
Registers the
SparkStructuredStreamingRunner . |