Class StreamingQueryListener.QueryProgressEvent

Object
org.apache.spark.sql.streaming.StreamingQueryListener.QueryProgressEvent
All Implemented Interfaces:
Serializable, SparkListenerEvent, StreamingQueryListener.Event, scala.Serializable
Enclosing class:
StreamingQueryListener

public static class StreamingQueryListener.QueryProgressEvent extends Object implements StreamingQueryListener.Event, scala.Serializable
Event representing any progress updates in a query. param: progress The query progress updates.
Since:
2.1.0
See Also: