Packages

p

org.apache.spark.sql

streaming

package streaming

Type Members

  1. class GroupStateTimeout extends AnyRef

    Represents the type of timeouts possible for the Dataset operations mapGroupsWithState and flatMapGroupsWithState.

    Represents the type of timeouts possible for the Dataset operations mapGroupsWithState and flatMapGroupsWithState. See documentation on GroupState for more details.

    Since

    2.2.0

  2. class OutputMode extends AnyRef

    OutputMode describes what data will be written to a streaming sink when there is new data available in a streaming DataFrame/Dataset.

    OutputMode describes what data will be written to a streaming sink when there is new data available in a streaming DataFrame/Dataset.

    Since

    2.0.0

Ungrouped