fetchWaitTimeMillis = $fetchWaitTimeMillis; } /** * @return string */ public function getFetchWaitTimeMillis() { return $this->fetchWaitTimeMillis; } /** * @param string */ public function setLocalBlocksFetched($localBlocksFetched) { $this->localBlocksFetched = $localBlocksFetched; } /** * @return string */ public function getLocalBlocksFetched() { return $this->localBlocksFetched; } /** * @param string */ public function setLocalBytesRead($localBytesRead) { $this->localBytesRead = $localBytesRead; } /** * @return string */ public function getLocalBytesRead() { return $this->localBytesRead; } /** * @param string */ public function setRecordsRead($recordsRead) { $this->recordsRead = $recordsRead; } /** * @return string */ public function getRecordsRead() { return $this->recordsRead; } /** * @param string */ public function setRemoteBlocksFetched($remoteBlocksFetched) { $this->remoteBlocksFetched = $remoteBlocksFetched; } /** * @return string */ public function getRemoteBlocksFetched() { return $this->remoteBlocksFetched; } /** * @param string */ public function setRemoteBytesRead($remoteBytesRead) { $this->remoteBytesRead = $remoteBytesRead; } /** * @return string */ public function getRemoteBytesRead() { return $this->remoteBytesRead; } /** * @param string */ public function setRemoteBytesReadToDisk($remoteBytesReadToDisk) { $this->remoteBytesReadToDisk = $remoteBytesReadToDisk; } /** * @return string */ public function getRemoteBytesReadToDisk() { return $this->remoteBytesReadToDisk; } /** * @param string */ public function setRemoteReqsDuration($remoteReqsDuration) { $this->remoteReqsDuration = $remoteReqsDuration; } /** * @return string */ public function getRemoteReqsDuration() { return $this->remoteReqsDuration; } /** * @param ShufflePushReadMetrics */ public function setShufflePushReadMetrics(ShufflePushReadMetrics $shufflePushReadMetrics) { $this->shufflePushReadMetrics = $shufflePushReadMetrics; } /** * @return ShufflePushReadMetrics */ public function getShufflePushReadMetrics() { return $this->shufflePushReadMetrics; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ShuffleReadMetrics::class, 'Google_Service_Dataproc_ShuffleReadMetrics');