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 Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getShuffleWriteBytesTotal()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setShuffleWriteBytesCos(Long ShuffleWriteBytesCos)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setShuffleWriteBytesTotal(Long ShuffleWriteBytesTotal)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
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
- Note: This field may return null, indicating that no valid values can be obtained.public Long getShuffleWriteBytesTotal()
public void setShuffleWriteBytesTotal(Long ShuffleWriteBytesTotal)
ShuffleWriteBytesTotal
- Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.