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 The result data in bytes. | 
| Long | getAffectedRows()Get     The number of rows in the result. | 
| Float | getCreateTaskTime()Get The task creation time in ms. | 
| Float | getExecutionTime()Get The execution duration in ms. | 
| Boolean | getIsResultCacheHit()Get Whether the result cache is hit. | 
| Long | getMatchedMVBytes()Get The volume of matched materialized views, in bytes. | 
| String | getMatchedMVs()Get The list of matched materialized views. | 
| Long | getProcessedBytes()Get The volume of the data scanned, in bytes. | 
| Long | getProcessedRows()Get     The number of scanned rows. | 
| Float | getProcessTime()Get The processing time in ms. | 
| Float | getQueueTime()Get The queue time in ms. | 
| void | setAffectedBytes(String AffectedBytes)Set The result data in bytes. | 
| void | setAffectedRows(Long AffectedRows)Set     The number of rows in the result. | 
| void | setCreateTaskTime(Float CreateTaskTime)Set The task creation time in ms. | 
| void | setExecutionTime(Float ExecutionTime)Set The execution duration in ms. | 
| void | setIsResultCacheHit(Boolean IsResultCacheHit)Set Whether the result cache is hit. | 
| void | setMatchedMVBytes(Long MatchedMVBytes)Set The volume of matched materialized views, in bytes. | 
| void | setMatchedMVs(String MatchedMVs)Set The list of matched materialized views. | 
| void | setProcessedBytes(Long ProcessedBytes)Set The volume of the data scanned, in bytes. | 
| void | setProcessedRows(Long ProcessedRows)Set     The number of scanned rows. | 
| void | setProcessTime(Float ProcessTime)Set The processing time in ms. | 
| void | setQueueTime(Float QueueTime)Set The queue time in ms. | 
| 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, toJsonStringpublic CommonMetrics()
public CommonMetrics(CommonMetrics source)
public Float getCreateTaskTime()
public void setCreateTaskTime(Float CreateTaskTime)
CreateTaskTime - The task creation time in ms.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Float getProcessTime()
public void setProcessTime(Float ProcessTime)
ProcessTime - The processing time in ms.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Float getQueueTime()
public void setQueueTime(Float QueueTime)
QueueTime - The queue time in ms.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Float getExecutionTime()
public void setExecutionTime(Float ExecutionTime)
ExecutionTime - The execution duration in ms.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Boolean getIsResultCacheHit()
public void setIsResultCacheHit(Boolean IsResultCacheHit)
IsResultCacheHit - Whether the result cache is hit.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Long getMatchedMVBytes()
public void setMatchedMVBytes(Long MatchedMVBytes)
MatchedMVBytes - The volume of matched materialized views, in bytes.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public String getMatchedMVs()
public void setMatchedMVs(String MatchedMVs)
MatchedMVs - The list of matched materialized views.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public String getAffectedBytes()
public void setAffectedBytes(String AffectedBytes)
AffectedBytes - The result data in bytes.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Long getAffectedRows()
public void setAffectedRows(Long AffectedRows)
AffectedRows - The number of rows in the result.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Long getProcessedBytes()
public void setProcessedBytes(Long ProcessedBytes)
ProcessedBytes - The volume of the data scanned, in bytes.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.public Long getProcessedRows()
public void setProcessedRows(Long ProcessedRows)
ProcessedRows - The number of scanned rows.
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.