public class DescribeEmrOverviewMetricsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeEmrOverviewMetricsRequest() |
DescribeEmrOverviewMetricsRequest(DescribeEmrOverviewMetricsRequest 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 |
---|---|
String |
getAggregator()
Get Aggregation method, for future use
|
String |
getDownsample()
Get Granularity, for example, 30s-max, 1m-max, and 1h-max.
|
Long |
getEnd()
Get End time
|
String |
getInstanceId()
Get Cluster ID.
|
String |
getMetric()
Get Metric name.
|
Long |
getStart()
Get Start time, not required for pie charts
|
String |
getTags()
Get Specific type of metrics to be queried, for example, "{"type":"CapacityTotal|CapacityRemaining"}".
|
void |
setAggregator(String Aggregator)
Set Aggregation method, for future use
|
void |
setDownsample(String Downsample)
Set Granularity, for example, 30s-max, 1m-max, and 1h-max.
|
void |
setEnd(Long End)
Set End time
|
void |
setInstanceId(String InstanceId)
Set Cluster ID.
|
void |
setMetric(String Metric)
Set Metric name.
|
void |
setStart(Long Start)
Set Start time, not required for pie charts
|
void |
setTags(String Tags)
Set Specific type of metrics to be queried, for example, "{"type":"CapacityTotal|CapacityRemaining"}".
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeEmrOverviewMetricsRequest()
public DescribeEmrOverviewMetricsRequest(DescribeEmrOverviewMetricsRequest source)
public Long getEnd()
public void setEnd(Long End)
End
- End timepublic String getMetric()
public void setMetric(String Metric)
Metric
- Metric name. NODE.CPU: average CPU utilization and core count of the node; NODE.CPU.SLHBASE: average CPU utilization and core count of the Serverless instance; HDFS.NN.CAPACITY: storage utilization and total amount.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster ID.public String getDownsample()
public void setDownsample(String Downsample)
Downsample
- Granularity, for example, 30s-max, 1m-max, and 1h-max.public Long getStart()
public void setStart(Long Start)
Start
- Start time, not required for pie chartspublic String getAggregator()
public void setAggregator(String Aggregator)
Aggregator
- Aggregation method, for future usepublic String getTags()
public void setTags(String Tags)
Tags
- Specific type of metrics to be queried, for example, "{"type":"CapacityTotal|CapacityRemaining"}".Copyright © 2025. All rights reserved.