See: Description
Interface | Description |
---|---|
SparkStructuredStreamingPipelineOptions |
Spark runner
PipelineOptions handles Spark execution-related configurations, such as the
master address, and other user-related knobs. |
Class | Description |
---|---|
SparkStructuredStreamingPipelineResult |
Represents a Spark pipeline execution result.
|
SparkStructuredStreamingRunner |
A Spark runner build on top of Spark's SQL Engine (Structured
Streaming framework).
|
SparkStructuredStreamingRunnerRegistrar |
Contains the
PipelineRunnerRegistrar and PipelineOptionsRegistrar for the SparkStructuredStreamingRunner . |
SparkStructuredStreamingRunnerRegistrar.Options |
Registers the
SparkStructuredStreamingPipelineOptions . |
SparkStructuredStreamingRunnerRegistrar.Runner |
Registers the
SparkStructuredStreamingRunner . |