Package org.apache.spark.sql.streaming
Class StateOperatorProgress
Object
org.apache.spark.sql.streaming.StateOperatorProgress
- All Implemented Interfaces:
- Serializable
Information about updates made to stateful operators in a 
StreamingQuery during a trigger.- See Also:
- 
Method Details- 
operatorName
- 
numRowsTotalpublic long numRowsTotal()
- 
numRowsUpdatedpublic long numRowsUpdated()
- 
allUpdatesTimeMspublic long allUpdatesTimeMs()
- 
numRowsRemovedpublic long numRowsRemoved()
- 
allRemovalsTimeMspublic long allRemovalsTimeMs()
- 
commitTimeMspublic long commitTimeMs()
- 
memoryUsedBytespublic long memoryUsedBytes()
- 
numRowsDroppedByWatermarkpublic long numRowsDroppedByWatermark()
- 
numShufflePartitionspublic long numShufflePartitions()
- 
numStateStoreInstancespublic long numStateStoreInstances()
- 
customMetrics
- 
jsonThe compact JSON representation of this progress.
- 
prettyJsonThe pretty (i.e. indented) JSON representation of this progress.
- 
toString
 
-