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