public class CommonMetrics extends AbstractModel
header, skipSign
Constructor and Description |
---|
CommonMetrics() |
CommonMetrics(CommonMetrics 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 |
getAffectedBytes()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getAffectedRows()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getCreateTaskTime()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getExecutionTime()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Boolean |
getIsResultCacheHit()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getMatchedMVBytes()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getMatchedMVs()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getProcessedBytes()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getProcessedRows()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getProcessTime()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getQueueTime()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAffectedBytes(String AffectedBytes)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAffectedRows(Long AffectedRows)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreateTaskTime(Float CreateTaskTime)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setExecutionTime(Float ExecutionTime)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIsResultCacheHit(Boolean IsResultCacheHit)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMatchedMVBytes(Long MatchedMVBytes)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMatchedMVs(String MatchedMVs)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProcessedBytes(Long ProcessedBytes)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProcessedRows(Long ProcessedRows)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProcessTime(Float ProcessTime)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setQueueTime(Float QueueTime)
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 CommonMetrics()
public CommonMetrics(CommonMetrics source)
public Float getCreateTaskTime()
public void setCreateTaskTime(Float CreateTaskTime)
CreateTaskTime
- Note: This field may return null, indicating that no valid values can be obtained.public Float getProcessTime()
public void setProcessTime(Float ProcessTime)
ProcessTime
- Note: This field may return null, indicating that no valid values can be obtained.public Float getQueueTime()
public void setQueueTime(Float QueueTime)
QueueTime
- Note: This field may return null, indicating that no valid values can be obtained.public Float getExecutionTime()
public void setExecutionTime(Float ExecutionTime)
ExecutionTime
- Note: This field may return null, indicating that no valid values can be obtained.public Boolean getIsResultCacheHit()
public void setIsResultCacheHit(Boolean IsResultCacheHit)
IsResultCacheHit
- Note: This field may return null, indicating that no valid values can be obtained.public Long getMatchedMVBytes()
public void setMatchedMVBytes(Long MatchedMVBytes)
MatchedMVBytes
- Note: This field may return null, indicating that no valid values can be obtained.public String getMatchedMVs()
public void setMatchedMVs(String MatchedMVs)
MatchedMVs
- Note: This field may return null, indicating that no valid values can be obtained.public String getAffectedBytes()
public void setAffectedBytes(String AffectedBytes)
AffectedBytes
- Note: This field may return null, indicating that no valid values can be obtained.public Long getAffectedRows()
public void setAffectedRows(Long AffectedRows)
AffectedRows
- Note: This field may return null, indicating that no valid values can be obtained.public Long getProcessedBytes()
public void setProcessedBytes(Long ProcessedBytes)
ProcessedBytes
- Note: This field may return null, indicating that no valid values can be obtained.public Long getProcessedRows()
public void setProcessedRows(Long ProcessedRows)
ProcessedRows
- Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.