StageShuffleReadMetrics constructor

StageShuffleReadMetrics({
  1. String? bytesRead,
  2. String? fetchWaitTimeMillis,
  3. String? localBlocksFetched,
  4. String? localBytesRead,
  5. String? recordsRead,
  6. String? remoteBlocksFetched,
  7. String? remoteBytesRead,
  8. String? remoteBytesReadToDisk,
  9. String? remoteReqsDuration,
  10. StageShufflePushReadMetrics? stageShufflePushReadMetrics,
})

Implementation

StageShuffleReadMetrics({
  this.bytesRead,
  this.fetchWaitTimeMillis,
  this.localBlocksFetched,
  this.localBytesRead,
  this.recordsRead,
  this.remoteBlocksFetched,
  this.remoteBytesRead,
  this.remoteBytesReadToDisk,
  this.remoteReqsDuration,
  this.stageShufflePushReadMetrics,
});