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