ShufflePushReadQuantileMetrics.php 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. <?php
  2. /*
  3. * Copyright 2014 Google Inc.
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  6. * use this file except in compliance with the License. You may obtain a copy of
  7. * the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  13. * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  14. * License for the specific language governing permissions and limitations under
  15. * the License.
  16. */
  17. namespace Google\Service\Dataproc;
  18. class ShufflePushReadQuantileMetrics extends \Google\Model
  19. {
  20. protected $corruptMergedBlockChunksType = Quantiles::class;
  21. protected $corruptMergedBlockChunksDataType = '';
  22. protected $localMergedBlocksFetchedType = Quantiles::class;
  23. protected $localMergedBlocksFetchedDataType = '';
  24. protected $localMergedBytesReadType = Quantiles::class;
  25. protected $localMergedBytesReadDataType = '';
  26. protected $localMergedChunksFetchedType = Quantiles::class;
  27. protected $localMergedChunksFetchedDataType = '';
  28. protected $mergedFetchFallbackCountType = Quantiles::class;
  29. protected $mergedFetchFallbackCountDataType = '';
  30. protected $remoteMergedBlocksFetchedType = Quantiles::class;
  31. protected $remoteMergedBlocksFetchedDataType = '';
  32. protected $remoteMergedBytesReadType = Quantiles::class;
  33. protected $remoteMergedBytesReadDataType = '';
  34. protected $remoteMergedChunksFetchedType = Quantiles::class;
  35. protected $remoteMergedChunksFetchedDataType = '';
  36. protected $remoteMergedReqsDurationType = Quantiles::class;
  37. protected $remoteMergedReqsDurationDataType = '';
  38. /**
  39. * @param Quantiles $corruptMergedBlockChunks
  40. */
  41. public function setCorruptMergedBlockChunks(Quantiles $corruptMergedBlockChunks)
  42. {
  43. $this->corruptMergedBlockChunks = $corruptMergedBlockChunks;
  44. }
  45. /**
  46. * @return Quantiles
  47. */
  48. public function getCorruptMergedBlockChunks()
  49. {
  50. return $this->corruptMergedBlockChunks;
  51. }
  52. /**
  53. * @param Quantiles $localMergedBlocksFetched
  54. */
  55. public function setLocalMergedBlocksFetched(Quantiles $localMergedBlocksFetched)
  56. {
  57. $this->localMergedBlocksFetched = $localMergedBlocksFetched;
  58. }
  59. /**
  60. * @return Quantiles
  61. */
  62. public function getLocalMergedBlocksFetched()
  63. {
  64. return $this->localMergedBlocksFetched;
  65. }
  66. /**
  67. * @param Quantiles $localMergedBytesRead
  68. */
  69. public function setLocalMergedBytesRead(Quantiles $localMergedBytesRead)
  70. {
  71. $this->localMergedBytesRead = $localMergedBytesRead;
  72. }
  73. /**
  74. * @return Quantiles
  75. */
  76. public function getLocalMergedBytesRead()
  77. {
  78. return $this->localMergedBytesRead;
  79. }
  80. /**
  81. * @param Quantiles $localMergedChunksFetched
  82. */
  83. public function setLocalMergedChunksFetched(Quantiles $localMergedChunksFetched)
  84. {
  85. $this->localMergedChunksFetched = $localMergedChunksFetched;
  86. }
  87. /**
  88. * @return Quantiles
  89. */
  90. public function getLocalMergedChunksFetched()
  91. {
  92. return $this->localMergedChunksFetched;
  93. }
  94. /**
  95. * @param Quantiles $mergedFetchFallbackCount
  96. */
  97. public function setMergedFetchFallbackCount(Quantiles $mergedFetchFallbackCount)
  98. {
  99. $this->mergedFetchFallbackCount = $mergedFetchFallbackCount;
  100. }
  101. /**
  102. * @return Quantiles
  103. */
  104. public function getMergedFetchFallbackCount()
  105. {
  106. return $this->mergedFetchFallbackCount;
  107. }
  108. /**
  109. * @param Quantiles $remoteMergedBlocksFetched
  110. */
  111. public function setRemoteMergedBlocksFetched(Quantiles $remoteMergedBlocksFetched)
  112. {
  113. $this->remoteMergedBlocksFetched = $remoteMergedBlocksFetched;
  114. }
  115. /**
  116. * @return Quantiles
  117. */
  118. public function getRemoteMergedBlocksFetched()
  119. {
  120. return $this->remoteMergedBlocksFetched;
  121. }
  122. /**
  123. * @param Quantiles $remoteMergedBytesRead
  124. */
  125. public function setRemoteMergedBytesRead(Quantiles $remoteMergedBytesRead)
  126. {
  127. $this->remoteMergedBytesRead = $remoteMergedBytesRead;
  128. }
  129. /**
  130. * @return Quantiles
  131. */
  132. public function getRemoteMergedBytesRead()
  133. {
  134. return $this->remoteMergedBytesRead;
  135. }
  136. /**
  137. * @param Quantiles $remoteMergedChunksFetched
  138. */
  139. public function setRemoteMergedChunksFetched(Quantiles $remoteMergedChunksFetched)
  140. {
  141. $this->remoteMergedChunksFetched = $remoteMergedChunksFetched;
  142. }
  143. /**
  144. * @return Quantiles
  145. */
  146. public function getRemoteMergedChunksFetched()
  147. {
  148. return $this->remoteMergedChunksFetched;
  149. }
  150. /**
  151. * @param Quantiles $remoteMergedReqsDuration
  152. */
  153. public function setRemoteMergedReqsDuration(Quantiles $remoteMergedReqsDuration)
  154. {
  155. $this->remoteMergedReqsDuration = $remoteMergedReqsDuration;
  156. }
  157. /**
  158. * @return Quantiles
  159. */
  160. public function getRemoteMergedReqsDuration()
  161. {
  162. return $this->remoteMergedReqsDuration;
  163. }
  164. }
  165. // Adding a class alias for backwards compatibility with the previous class name.
  166. class_alias(ShufflePushReadQuantileMetrics::class, 'Google_Service_Dataproc_ShufflePushReadQuantileMetrics');