val sq: StreamingQuery = ...
sq.lastProgress
StreamingQueryProgress
StreamingQueryProgress holds information about the progress of a streaming query.
StreamingQueryProgress is created exclusively when StreamExecution finishes a trigger.
|
Note
|
Use lastProgress property of a |
|
Note
|
Use recentProgress property of a
|
|
Note
|
Use StreamingQueryListener to get notified about |
| Name | Description |
|---|---|
|
|
|
Unique identifier of the current execution of a streaming query |
|
|
|
Time when the trigger has started (in ISO8601 format). |
|
Unique id of the current batch |
|
Durations of the internal phases (in milliseconds) |
|
Statistics of event time seen in this batch |
|
Information about stateful operators in the query that store state. |
|
Statistics about the data read from every streaming source in a streaming query |
|
Information about progress made for a sink |