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 开始时间
|
String |
getClientIP()
Get 提交IP
|
Long |
getCPUCost()
Get CPU总时间(ns)
|
String |
getDefaultDB()
Get 默认DB
|
Long |
getEndTime()
Get 结束时间
|
String |
getExecutionIP()
Get 执行IP
|
String |
getExecutionState()
Get 执行状态
|
String |
getExecutionStatement()
Get 执行语句
|
Long |
getMemCost()
Get 消耗总内存(bytes)
|
Long |
getPlanCpuCosts()
Get plan阶段CPU占用(ns)
|
Long |
getPlanMemCosts()
Get plan阶段内存占用(bytes)
|
String |
getQueryID()
Get 查询ID
|
Long |
getQueryTime()
Get 执行时长
|
String |
getQueryType()
Get 查询类型
|
String |
getResourceGroup()
Get 资源组
|
Long |
getReturnRows()
Get 获取行数
|
Long |
getScanBytes()
Get 扫描数据量(bytes)
|
Long |
getScanRows()
Get 扫描行数
|
String |
getUser()
Get 用户
|
void |
setBeginTime(Long BeginTime)
Set 开始时间
|
void |
setClientIP(String ClientIP)
Set 提交IP
|
void |
setCPUCost(Long CPUCost)
Set CPU总时间(ns)
|
void |
setDefaultDB(String DefaultDB)
Set 默认DB
|
void |
setEndTime(Long EndTime)
Set 结束时间
|
void |
setExecutionIP(String ExecutionIP)
Set 执行IP
|
void |
setExecutionState(String ExecutionState)
Set 执行状态
|
void |
setExecutionStatement(String ExecutionStatement)
Set 执行语句
|
void |
setMemCost(Long MemCost)
Set 消耗总内存(bytes)
|
void |
setPlanCpuCosts(Long PlanCpuCosts)
Set plan阶段CPU占用(ns)
|
void |
setPlanMemCosts(Long PlanMemCosts)
Set plan阶段内存占用(bytes)
|
void |
setQueryID(String QueryID)
Set 查询ID
|
void |
setQueryTime(Long QueryTime)
Set 执行时长
|
void |
setQueryType(String QueryType)
Set 查询类型
|
void |
setResourceGroup(String ResourceGroup)
Set 资源组
|
void |
setReturnRows(Long ReturnRows)
Set 获取行数
|
void |
setScanBytes(Long ScanBytes)
Set 扫描数据量(bytes)
|
void |
setScanRows(Long ScanRows)
Set 扫描行数
|
void |
setUser(String User)
Set 用户
|
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
- 提交IPpublic Long getCPUCost()
public void setCPUCost(Long CPUCost)
CPUCost
- CPU总时间(ns)public String getDefaultDB()
public void setDefaultDB(String DefaultDB)
DefaultDB
- 默认DBpublic Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 结束时间public String getExecutionIP()
public void setExecutionIP(String ExecutionIP)
ExecutionIP
- 执行IPpublic String getQueryID()
public void setQueryID(String QueryID)
QueryID
- 查询IDpublic String getQueryType()
public void setQueryType(String QueryType)
QueryType
- 查询类型public Long getMemCost()
public void setMemCost(Long MemCost)
MemCost
- 消耗总内存(bytes)public Long getPlanCpuCosts()
public void setPlanCpuCosts(Long PlanCpuCosts)
PlanCpuCosts
- plan阶段CPU占用(ns)public Long getPlanMemCosts()
public void setPlanMemCosts(Long PlanMemCosts)
PlanMemCosts
- plan阶段内存占用(bytes)public Long getQueryTime()
public void setQueryTime(Long QueryTime)
QueryTime
- 执行时长public String getResourceGroup()
public void setResourceGroup(String ResourceGroup)
ResourceGroup
- 资源组public Long getReturnRows()
public void setReturnRows(Long ReturnRows)
ReturnRows
- 获取行数public Long getScanBytes()
public void setScanBytes(Long ScanBytes)
ScanBytes
- 扫描数据量(bytes)public Long getScanRows()
public void setScanRows(Long ScanRows)
ScanRows
- 扫描行数public Long getBeginTime()
public void setBeginTime(Long BeginTime)
BeginTime
- 开始时间public String getExecutionState()
public void setExecutionState(String ExecutionState)
ExecutionState
- 执行状态public String getExecutionStatement()
public void setExecutionStatement(String ExecutionStatement)
ExecutionStatement
- 执行语句public String getUser()
public void setUser(String User)
User
- 用户Copyright © 2025. All rights reserved.