Packages

c

org.apache.spark.sql.streaming

StreamingQueryStatus

class StreamingQueryStatus extends Serializable

Reports information about the instantaneous status of a streaming query.

Annotations
@Evolving()
Source
StreamingQueryStatus.scala
Since

2.1.0

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamingQueryStatus
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val isDataAvailable: Boolean
  2. val isTriggerActive: Boolean
  3. def json: String

    The compact JSON representation of this status.

  4. val message: String
  5. def prettyJson: String

    The pretty (i.e.

    The pretty (i.e. indented) JSON representation of this status.

  6. def toString(): String
    Definition Classes
    StreamingQueryStatus → AnyRef → Any