fetchWaitTimeMillis = $fetchWaitTimeMillis; } /** * @return Quantiles */ public function getFetchWaitTimeMillis() { return $this->fetchWaitTimeMillis; } /** * @param Quantiles */ public function setLocalBlocksFetched(Quantiles $localBlocksFetched) { $this->localBlocksFetched = $localBlocksFetched; } /** * @return Quantiles */ public function getLocalBlocksFetched() { return $this->localBlocksFetched; } /** * @param Quantiles */ public function setReadBytes(Quantiles $readBytes) { $this->readBytes = $readBytes; } /** * @return Quantiles */ public function getReadBytes() { return $this->readBytes; } /** * @param Quantiles */ public function setReadRecords(Quantiles $readRecords) { $this->readRecords = $readRecords; } /** * @return Quantiles */ public function getReadRecords() { return $this->readRecords; } /** * @param Quantiles */ public function setRemoteBlocksFetched(Quantiles $remoteBlocksFetched) { $this->remoteBlocksFetched = $remoteBlocksFetched; } /** * @return Quantiles */ public function getRemoteBlocksFetched() { return $this->remoteBlocksFetched; } /** * @param Quantiles */ public function setRemoteBytesRead(Quantiles $remoteBytesRead) { $this->remoteBytesRead = $remoteBytesRead; } /** * @return Quantiles */ public function getRemoteBytesRead() { return $this->remoteBytesRead; } /** * @param Quantiles */ public function setRemoteBytesReadToDisk(Quantiles $remoteBytesReadToDisk) { $this->remoteBytesReadToDisk = $remoteBytesReadToDisk; } /** * @return Quantiles */ public function getRemoteBytesReadToDisk() { return $this->remoteBytesReadToDisk; } /** * @param Quantiles */ public function setRemoteReqsDuration(Quantiles $remoteReqsDuration) { $this->remoteReqsDuration = $remoteReqsDuration; } /** * @return Quantiles */ public function getRemoteReqsDuration() { return $this->remoteReqsDuration; } /** * @param ShufflePushReadQuantileMetrics */ public function setShufflePushReadMetrics(ShufflePushReadQuantileMetrics $shufflePushReadMetrics) { $this->shufflePushReadMetrics = $shufflePushReadMetrics; } /** * @return ShufflePushReadQuantileMetrics */ public function getShufflePushReadMetrics() { return $this->shufflePushReadMetrics; } /** * @param Quantiles */ public function setTotalBlocksFetched(Quantiles $totalBlocksFetched) { $this->totalBlocksFetched = $totalBlocksFetched; } /** * @return Quantiles */ public function getTotalBlocksFetched() { return $this->totalBlocksFetched; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ShuffleReadQuantileMetrics::class, 'Google_Service_Dataproc_ShuffleReadQuantileMetrics');