public class StateOperatorProgress
extends Object
implements scala.Serializable
StreamingQuery
during a trigger.Modifier and Type | Method and Description |
---|---|
java.util.Map<String,Long> |
customMetrics() |
String |
json()
The compact JSON representation of this progress.
|
long |
memoryUsedBytes() |
long |
numRowsDroppedByWatermark() |
long |
numRowsTotal() |
long |
numRowsUpdated() |
String |
prettyJson()
The pretty (i.e.
|
String |
toString() |
public long numRowsTotal()
public long numRowsUpdated()
public long memoryUsedBytes()
public long numRowsDroppedByWatermark()
public java.util.Map<String,Long> customMetrics()
public String json()
public String prettyJson()
public String toString()
toString
in class Object