StreamingQueryStatus (Spark 3.5.5 JavaDoc) (original) (raw)


public class StreamingQueryStatus
extends Object
implements scala.Serializable
Reports information about the instantaneous status of a streaming query.
param: message A human readable description of what the stream is currently doing. param: isDataAvailable True when there is new data to be processed. Doesn't apply to ContinuousExecution where it is always false. param: isTriggerActive True when the trigger is actively firing, false when waiting for the next trigger time. Doesn't apply to ContinuousExecution where it is always false.
Since:
2.1.0
See Also:
Serialized Form