/
githubmirror
/
spark
Обзор
Документация
Войти
/
githubmirror
/
spark
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/_data/menu-streaming.yaml
80 строк
4 KB
Boyang Jerry Peng
[SPARK-57234][SS][DOCS] Add Real-time Mode documentation page to the Structured Streaming guide
09 июн 2026, 10:14
09 июн 2026, 10:14
391d65a
Код
Авторство
О чём код?
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - text: Overview url: streaming/index.html - text: Getting Started url: streaming/getting-started.html subitems: - text: Quick Example url: streaming/getting-started.html#quick-example - text: Programming Model url: streaming/getting-started.html#programming-model - text: APIs on DataFrames and Datasets url: streaming/apis-on-dataframes-and-datasets.html subitems: - text: Creating Streaming DataFrames and Streaming Datasets url: streaming/apis-on-dataframes-and-datasets.html#creating-streaming-dataframes-and-streaming-datasets - text: Operations on Streaming DataFrames/Datasets url: streaming/apis-on-dataframes-and-datasets.html#operations-on-streaming-dataframesdatasets - text: Starting Streaming Queries url: streaming/apis-on-dataframes-and-datasets.html#starting-streaming-queries - text: Managing Streaming Queries url: streaming/apis-on-dataframes-and-datasets.html#managing-streaming-queries - text: Monitoring Streaming Queries url: streaming/apis-on-dataframes-and-datasets.html#monitoring-streaming-queries - text: Recovering from Failures with Checkpointing url: streaming/apis-on-dataframes-and-datasets.html#recovering-from-failures-with-checkpointing - text: Recovery Semantics after Changes in a Streaming Query url: streaming/apis-on-dataframes-and-datasets.html#recovery-semantics-after-changes-in-a-streaming-query - text: Real-time Mode url: streaming/real-time-mode.html subitems: - text: How Real-time Mode Works url: streaming/real-time-mode.html#how-real-time-mode-works - text: Batch Duration Is a Checkpoint Interval url: streaming/real-time-mode.html#batch-duration-is-a-checkpoint-interval - text: Comparison with Other Modes url: streaming/real-time-mode.html#comparison-with-other-modes - text: Enabling Real-time Mode url: streaming/real-time-mode.html#enabling-real-time-mode - text: Supported Queries url: streaming/real-time-mode.html#supported-queries - text: Fault Tolerance url: streaming/real-time-mode.html#fault-tolerance - text: Examples url: streaming/real-time-mode.html#examples - text: Configuration url: streaming/real-time-mode.html#configuration - text: Best Practices url: streaming/real-time-mode.html#best-practices - text: Caveats url: streaming/real-time-mode.html#caveats - text: Performance Tips url: streaming/performance-tips.html subitems: - text: Asynchronous Progress Tracking url: streaming/performance-tips.html#asynchronous-progress-tracking - text: Continuous Processing url: streaming/performance-tips.html#continuous-processing - text: Additional Information url: streaming/additional-information.html subitems: - text: Miscellaneous Notes url: streaming/additional-information.html#miscellaneous-notes - text: Related Resources url: streaming/additional-information.html#related-resources - text: Migration Guide url: streaming/additional-information.html#migration-guide