whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
google
/
apiclient-services
/
src
/
Dataproc
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/google/apiclient-services/src/Dataproc/ExecutorStageSummary.php
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Dataproc; class ExecutorStageSummary extends \Google\Model { /** * @var string */ public $diskBytesSpilled; /** * @var string */ public $executorId; /** * @var int */ public $failedTasks; /** * @var string */ public $inputBytes; /** * @var string */ public $inputRecords; /** * @var bool */ public $isExcludedForStage; /** * @var int */ public $killedTasks; /** * @var string */ public $memoryBytesSpilled; /** * @var string */ public $outputBytes; /** * @var string */ public $outputRecords; protected $peakMemoryMetricsType = ExecutorMetrics::class; protected $peakMemoryMetricsDataType = ''; /** * @var string */ public $shuffleRead; /** * @var string */ public $shuffleReadRecords; /** * @var string */ public $shuffleWrite; /** * @var string */ public $shuffleWriteRecords; /** * @var int */ public $stageAttemptId; /** * @var string */ public $stageId; /** * @var int */ public $succeededTasks; /** * @var string */ public $taskTimeMillis; /** * @param string */ public function setDiskBytesSpilled($diskBytesSpilled) { $this->diskBytesSpilled = $diskBytesSpilled; } /** * @return string */ public function getDiskBytesSpilled() { return $this->diskBytesSpilled; } /** * @param string */ public function setExecutorId($executorId) { $this->executorId = $executorId; } /** * @return string */ public function getExecutorId() { return $this->executorId; } /** * @param int */ public function setFailedTasks($failedTasks) { $this->failedTasks = $failedTasks; } /** * @return int */ public function getFailedTasks() { return $this->failedTasks; } /** * @param string */ public function setInputBytes($inputBytes) { $this->inputBytes = $inputBytes; } /** * @return string */ public function getInputBytes() { return $this->inputBytes; } /** * @param string */ public function setInputRecords($inputRecords) { $this->inputRecords = $inputRecords; } /** * @return string */ public function getInputRecords() { return $this->inputRecords; } /** * @param bool */ public function setIsExcludedForStage($isExcludedForStage) { $this->isExcludedForStage = $isExcludedForStage; } /** * @return bool */ public function getIsExcludedForStage() { return $this->isExcludedForStage; } /** * @param int */ public function setKilledTasks($killedTasks) { $this->killedTasks = $killedTasks; } /** * @return int */ public function getKilledTasks() { return $this->killedTasks; } /** * @param string */ public function setMemoryBytesSpilled($memoryBytesSpilled) { $this->memoryBytesSpilled = $memoryBytesSpilled; } /** * @return string */ public function getMemoryBytesSpilled() { return $this->memoryBytesSpilled; } /** * @param string */ public function setOutputBytes($outputBytes) { $this->outputBytes = $outputBytes; } /** * @return string */ public function getOutputBytes() { return $this->outputBytes; } /** * @param string */ public function setOutputRecords($outputRecords) { $this->outputRecords = $outputRecords; } /** * @return string */ public function getOutputRecords() { return $this->outputRecords; } /** * @param ExecutorMetrics */ public function setPeakMemoryMetrics(ExecutorMetrics $peakMemoryMetrics) { $this->peakMemoryMetrics = $peakMemoryMetrics; } /** * @return ExecutorMetrics */ public function getPeakMemoryMetrics() { return $this->peakMemoryMetrics; } /** * @param string */ public function setShuffleRead($shuffleRead) { $this->shuffleRead = $shuffleRead; } /** * @return string */ public function getShuffleRead() { return $this->shuffleRead; } /** * @param string */ public function setShuffleReadRecords($shuffleReadRecords) { $this->shuffleReadRecords = $shuffleReadRecords; } /** * @return string */ public function getShuffleReadRecords() { return $this->shuffleReadRecords; } /** * @param string */ public function setShuffleWrite($shuffleWrite) { $this->shuffleWrite = $shuffleWrite; } /** * @return string */ public function getShuffleWrite() { return $this->shuffleWrite; } /** * @param string */ public function setShuffleWriteRecords($shuffleWriteRecords) { $this->shuffleWriteRecords = $shuffleWriteRecords; } /** * @return string */ public function getShuffleWriteRecords() { return $this->shuffleWriteRecords; } /** * @param int */ public function setStageAttemptId($stageAttemptId) { $this->stageAttemptId = $stageAttemptId; } /** * @return int */ public function getStageAttemptId() { return $this->stageAttemptId; } /** * @param string */ public function setStageId($stageId) { $this->stageId = $stageId; } /** * @return string */ public function getStageId() { return $this->stageId; } /** * @param int */ public function setSucceededTasks($succeededTasks) { $this->succeededTasks = $succeededTasks; } /** * @return int */ public function getSucceededTasks() { return $this->succeededTasks; } /** * @param string */ public function setTaskTimeMillis($taskTimeMillis) { $this->taskTimeMillis = $taskTimeMillis; } /** * @return string */ public function getTaskTimeMillis() { return $this->taskTimeMillis; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExecutorStageSummary::class, 'Google_Service_Dataproc_ExecutorStageSummary');
Copyright ©2021 || Defacer Indonesia