public class SparkMonitorMetrics extends AbstractModel
header, skipSign
Constructor and Description |
---|
SparkMonitorMetrics() |
SparkMonitorMetrics(SparkMonitorMetrics source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getShuffleWriteBytesCos()
Get shuffle写溢出到COS数据量,单位:byte
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getShuffleWriteBytesTotal()
Get shuffle写数据量,单位:byte
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setShuffleWriteBytesCos(Long ShuffleWriteBytesCos)
Set shuffle写溢出到COS数据量,单位:byte
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setShuffleWriteBytesTotal(Long ShuffleWriteBytesTotal)
Set shuffle写数据量,单位:byte
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SparkMonitorMetrics()
public SparkMonitorMetrics(SparkMonitorMetrics source)
public Long getShuffleWriteBytesCos()
public void setShuffleWriteBytesCos(Long ShuffleWriteBytesCos)
ShuffleWriteBytesCos
- shuffle写溢出到COS数据量,单位:byte
注意:此字段可能返回 null,表示取不到有效值。public Long getShuffleWriteBytesTotal()
public void setShuffleWriteBytesTotal(Long ShuffleWriteBytesTotal)
ShuffleWriteBytesTotal
- shuffle写数据量,单位:byte
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.