public class StreamingQueryStatus
extends Object
implements scala.Serializable
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.
Modifier and Type | Method and Description |
---|---|
boolean |
isDataAvailable() |
boolean |
isTriggerActive() |
String |
json()
The compact JSON representation of this status.
|
String |
message() |
String |
prettyJson()
The pretty (i.e.
|
String |
toString() |
public boolean isDataAvailable()
public boolean isTriggerActive()
public String json()
public String message()
public String prettyJson()
public String toString()
toString
in class Object