StateOperatorProgress constructor
StateOperatorProgress({
- String? allRemovalsTimeMs,
- String? allUpdatesTimeMs,
- String? commitTimeMs,
- Map<
String, String> ? customMetrics, - String? memoryUsedBytes,
- String? numRowsDroppedByWatermark,
- String? numRowsRemoved,
- String? numRowsTotal,
- String? numRowsUpdated,
- String? numShufflePartitions,
- String? numStateStoreInstances,
- String? operatorName,
Implementation
StateOperatorProgress({
this.allRemovalsTimeMs,
this.allUpdatesTimeMs,
this.commitTimeMs,
this.customMetrics,
this.memoryUsedBytes,
this.numRowsDroppedByWatermark,
this.numRowsRemoved,
this.numRowsTotal,
this.numRowsUpdated,
this.numShufflePartitions,
this.numStateStoreInstances,
this.operatorName,
});