public class StarRocksQueryInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
StarRocksQueryInfo() |
StarRocksQueryInfo(StarRocksQueryInfo 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 |
getBeginTime()
Get Start time.
|
String |
getClientIP()
Get Submission IP address.
|
Long |
getCPUCost()
Get Total CPU time (ns).
|
String |
getDefaultDB()
Get Default DB.
|
Long |
getEndTime()
Get End time.
|
String |
getExecutionIP()
Get Execution IP address.
|
String |
getExecutionState()
Get Execution status.
|
String |
getExecutionStatement()
Get Execution statement.
|
Long |
getMemCost()
Get Total memory consumed (bytes).
|
Long |
getPlanCpuCosts()
Get CPU usage (ns) at the plan stage.
|
Long |
getPlanMemCosts()
Get Memory usage (bytes) at the plan stage.
|
String |
getQueryID()
Get Query ID.
|
Long |
getQueryTime()
Get Execution duration.
|
String |
getQueryType()
Get Query type.
|
String |
getResourceGroup()
Get Resource group.
|
Long |
getReturnRows()
Get Number of rows obtained.
|
Long |
getScanBytes()
Get Scanned data volume (bytes).
|
Long |
getScanRows()
Get Number of scanned rows.
|
String |
getUser()
Get User.
|
void |
setBeginTime(Long BeginTime)
Set Start time.
|
void |
setClientIP(String ClientIP)
Set Submission IP address.
|
void |
setCPUCost(Long CPUCost)
Set Total CPU time (ns).
|
void |
setDefaultDB(String DefaultDB)
Set Default DB.
|
void |
setEndTime(Long EndTime)
Set End time.
|
void |
setExecutionIP(String ExecutionIP)
Set Execution IP address.
|
void |
setExecutionState(String ExecutionState)
Set Execution status.
|
void |
setExecutionStatement(String ExecutionStatement)
Set Execution statement.
|
void |
setMemCost(Long MemCost)
Set Total memory consumed (bytes).
|
void |
setPlanCpuCosts(Long PlanCpuCosts)
Set CPU usage (ns) at the plan stage.
|
void |
setPlanMemCosts(Long PlanMemCosts)
Set Memory usage (bytes) at the plan stage.
|
void |
setQueryID(String QueryID)
Set Query ID.
|
void |
setQueryTime(Long QueryTime)
Set Execution duration.
|
void |
setQueryType(String QueryType)
Set Query type.
|
void |
setResourceGroup(String ResourceGroup)
Set Resource group.
|
void |
setReturnRows(Long ReturnRows)
Set Number of rows obtained.
|
void |
setScanBytes(Long ScanBytes)
Set Scanned data volume (bytes).
|
void |
setScanRows(Long ScanRows)
Set Number of scanned rows.
|
void |
setUser(String User)
Set User.
|
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 StarRocksQueryInfo()
public StarRocksQueryInfo(StarRocksQueryInfo source)
public String getClientIP()
public void setClientIP(String ClientIP)
ClientIP
- Submission IP address.public Long getCPUCost()
public void setCPUCost(Long CPUCost)
CPUCost
- Total CPU time (ns).public String getDefaultDB()
public void setDefaultDB(String DefaultDB)
DefaultDB
- Default DB.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- End time.public String getExecutionIP()
public void setExecutionIP(String ExecutionIP)
ExecutionIP
- Execution IP address.public String getQueryID()
public void setQueryID(String QueryID)
QueryID
- Query ID.public String getQueryType()
public void setQueryType(String QueryType)
QueryType
- Query type.public Long getMemCost()
public void setMemCost(Long MemCost)
MemCost
- Total memory consumed (bytes).public Long getPlanCpuCosts()
public void setPlanCpuCosts(Long PlanCpuCosts)
PlanCpuCosts
- CPU usage (ns) at the plan stage.public Long getPlanMemCosts()
public void setPlanMemCosts(Long PlanMemCosts)
PlanMemCosts
- Memory usage (bytes) at the plan stage.public Long getQueryTime()
public void setQueryTime(Long QueryTime)
QueryTime
- Execution duration.public String getResourceGroup()
public void setResourceGroup(String ResourceGroup)
ResourceGroup
- Resource group.public Long getReturnRows()
public void setReturnRows(Long ReturnRows)
ReturnRows
- Number of rows obtained.public Long getScanBytes()
public void setScanBytes(Long ScanBytes)
ScanBytes
- Scanned data volume (bytes).public Long getScanRows()
public void setScanRows(Long ScanRows)
ScanRows
- Number of scanned rows.public Long getBeginTime()
public void setBeginTime(Long BeginTime)
BeginTime
- Start time.public String getExecutionState()
public void setExecutionState(String ExecutionState)
ExecutionState
- Execution status.public String getExecutionStatement()
public void setExecutionStatement(String ExecutionStatement)
ExecutionStatement
- Execution statement.public String getUser()
public void setUser(String User)
User
- User.Copyright © 2025. All rights reserved.