public static class StreamingQueryListener.QueryIdleEvent extends Object implements StreamingQueryListener.Event, scala.Serializable
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: timestamp The timestamp when the latest no-batch trigger happened.
Modifier and Type | Method and Description |
---|---|
java.util.UUID |
id() |
String |
json() |
java.util.UUID |
runId() |
String |
timestamp() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
logEvent