ShuffleReadMetrics constructor

ShuffleReadMetrics({
  1. String? fetchWaitTimeMillis,
  2. String? localBlocksFetched,
  3. String? localBytesRead,
  4. String? recordsRead,
  5. String? remoteBlocksFetched,
  6. String? remoteBytesRead,
  7. String? remoteBytesReadToDisk,
  8. String? remoteReqsDuration,
  9. ShufflePushReadMetrics? shufflePushReadMetrics,
})

Implementation

ShuffleReadMetrics({
  this.fetchWaitTimeMillis,
  this.localBlocksFetched,
  this.localBytesRead,
  this.recordsRead,
  this.remoteBlocksFetched,
  this.remoteBytesRead,
  this.remoteBytesReadToDisk,
  this.remoteReqsDuration,
  this.shufflePushReadMetrics,
});