Packages

c

org.apache.spark.sql.streaming

SourceProgress

class SourceProgress extends Serializable

Information about progress made for a source in the execution of a StreamingQuery during a trigger. See StreamingQueryProgress for more information.

Annotations
@Evolving()
Source
progress.scala
Since

2.1.0

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

Value Members

  1. val description: String
  2. val endOffset: String
  3. val inputRowsPerSecond: Double
  4. def json: String

    The compact JSON representation of this progress.

  5. val latestOffset: String
  6. val metrics: Map[String, String]
  7. val numInputRows: Long
  8. def prettyJson: String

    The pretty (i.e.

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

  9. val processedRowsPerSecond: Double
  10. val startOffset: String
  11. def toString(): String
    Definition Classes
    SourceProgress → AnyRef → Any