Skip to content

Latest commit

 

History

History
168 lines (117 loc) · 10.1 KB

SUMMARY.adoc

File metadata and controls

168 lines (117 loc) · 10.1 KB

Summary

Developing Continuous Applications

  1. DataStreamReader — Loading Data from Streaming Data Source

  2. Streaming Source

  3. Streaming Operators / Streaming Dataset API

  4. window Function — Stream Time Windows

  5. KeyValueGroupedDataset — Streaming Aggregation

  6. GroupState — State Per Group in Stateful Streaming Aggregation

  7. DataStreamWriter — Writing Datasets To Streaming Data Sinks

  8. Streaming Sink — Adding Batches of Data to Storage

  9. StreamingQuery

  10. StreamingQueryManager — Streaming Query Management

  11. Configuration Properties

Structured Streaming V2

Query Planning and Execution