- All Implemented Interfaces:
- SparkListenerEvent, StreamingQueryListener.Event
- Enclosing class:
- StreamingQueryListener
public static class StreamingQueryListener.QueryStartedEvent
extends Object
implements StreamingQueryListener.Event
Event representing the start of a query
param: id A unique query id that persists across restarts. See StreamingQuery.id()
.
param: runId A query id that is unique for every start/restart. See StreamingQuery.runId()
.
param: name User-specified name of the query, null if not specified.
param: timestamp The timestamp to start a query.
- Since:
- 2.1.0