StateOperatorProgress constructor

StateOperatorProgress({
  1. String? allRemovalsTimeMs,
  2. String? allUpdatesTimeMs,
  3. String? commitTimeMs,
  4. Map<String, String>? customMetrics,
  5. String? memoryUsedBytes,
  6. String? numRowsDroppedByWatermark,
  7. String? numRowsRemoved,
  8. String? numRowsTotal,
  9. String? numRowsUpdated,
  10. String? numShufflePartitions,
  11. String? numStateStoreInstances,
  12. 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,
});