public class TrinoQueryInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TrinoQueryInfo() | 
| TrinoQueryInfo(TrinoQueryInfo 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 | getCatalog()Get catalog | 
| String | getClientIpAddr()Get 提交IP | 
| String | getCompletedSplits()Get 切片数 | 
| Long | getCpuTime()Get CPU时间 | 
| Long | getCumulativeMemory()Get 累计内存 | 
| Long | getDurationMillis()Get 执行时长 | 
| Long | getEndTime()Get 结束时间 (s) | 
| String | getId()Get 查询ID | 
| Long | getInternalNetworkBytes()Get 内部传输量 | 
| Long | getOutputBytes()Get 输出字节数 | 
| Long | getPeakUserMemoryBytes()Get 峰值内存量 | 
| Long | getPhysicalInputBytes()Get 物理输入量 | 
| Long | getProcessedInputBytes()Get 处理输入量 | 
| Long | getSqlCompileTime()Get 编译时长 | 
| Long | getStartTime()Get 开始时间 (s) | 
| String | getState()Get 执行状态 | 
| String | getStatement()Get 执行语句 | 
| String | getUser()Get 提交用户 | 
| Long | getWrittenBytes()Get 写入字节数 | 
| void | setCatalog(String Catalog)Set catalog | 
| void | setClientIpAddr(String ClientIpAddr)Set 提交IP | 
| void | setCompletedSplits(String CompletedSplits)Set 切片数 | 
| void | setCpuTime(Long CpuTime)Set CPU时间 | 
| void | setCumulativeMemory(Long CumulativeMemory)Set 累计内存 | 
| void | setDurationMillis(Long DurationMillis)Set 执行时长 | 
| void | setEndTime(Long EndTime)Set 结束时间 (s) | 
| void | setId(String Id)Set 查询ID | 
| void | setInternalNetworkBytes(Long InternalNetworkBytes)Set 内部传输量 | 
| void | setOutputBytes(Long OutputBytes)Set 输出字节数 | 
| void | setPeakUserMemoryBytes(Long PeakUserMemoryBytes)Set 峰值内存量 | 
| void | setPhysicalInputBytes(Long PhysicalInputBytes)Set 物理输入量 | 
| void | setProcessedInputBytes(Long ProcessedInputBytes)Set 处理输入量 | 
| void | setSqlCompileTime(Long SqlCompileTime)Set 编译时长 | 
| void | setStartTime(Long StartTime)Set 开始时间 (s) | 
| void | setState(String State)Set 执行状态 | 
| void | setStatement(String Statement)Set 执行语句 | 
| void | setUser(String User)Set 提交用户 | 
| void | setWrittenBytes(Long WrittenBytes)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, toJsonStringpublic TrinoQueryInfo()
public TrinoQueryInfo(TrinoQueryInfo source)
public String getCatalog()
public void setCatalog(String Catalog)
Catalog - catalogpublic String getClientIpAddr()
public void setClientIpAddr(String ClientIpAddr)
ClientIpAddr - 提交IPpublic String getCompletedSplits()
public void setCompletedSplits(String CompletedSplits)
CompletedSplits - 切片数public Long getCpuTime()
public void setCpuTime(Long CpuTime)
CpuTime - CPU时间public Long getCumulativeMemory()
public void setCumulativeMemory(Long CumulativeMemory)
CumulativeMemory - 累计内存public Long getDurationMillis()
public void setDurationMillis(Long DurationMillis)
DurationMillis - 执行时长public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - 结束时间 (s)public String getId()
public void setId(String Id)
Id - 查询IDpublic Long getInternalNetworkBytes()
public void setInternalNetworkBytes(Long InternalNetworkBytes)
InternalNetworkBytes - 内部传输量public Long getOutputBytes()
public void setOutputBytes(Long OutputBytes)
OutputBytes - 输出字节数public Long getPeakUserMemoryBytes()
public void setPeakUserMemoryBytes(Long PeakUserMemoryBytes)
PeakUserMemoryBytes - 峰值内存量public Long getPhysicalInputBytes()
public void setPhysicalInputBytes(Long PhysicalInputBytes)
PhysicalInputBytes - 物理输入量public Long getProcessedInputBytes()
public void setProcessedInputBytes(Long ProcessedInputBytes)
ProcessedInputBytes - 处理输入量public Long getSqlCompileTime()
public void setSqlCompileTime(Long SqlCompileTime)
SqlCompileTime - 编译时长public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - 开始时间 (s)public String getState()
public void setState(String State)
State - 执行状态public String getStatement()
public void setStatement(String Statement)
Statement - 执行语句public String getUser()
public void setUser(String User)
User - 提交用户public Long getWrittenBytes()
public void setWrittenBytes(Long WrittenBytes)
WrittenBytes - 写入字节数Copyright © 2025. All rights reserved.