case classStreamMetadata(id: String) extends Product with Serializable
Contains metadata associated with a StreamingQuery. This information is written
in the checkpoint location the first time a query is started and recovered every time the query
is restarted.
id
unique id of the StreamingQuery that needs to be persisted across restarts
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
StreamMetadata
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
newStreamMetadata(id: String)
id
unique id of the StreamingQuery that needs to be persisted across restarts
Contains metadata associated with a StreamingQuery. This information is written in the checkpoint location the first time a query is started and recovered every time the query is restarted.
unique id of the StreamingQuery that needs to be persisted across restarts