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 address used for submission. | 
| String | getCompletedSplits()Get Number of segments. | 
| Long | getCpuTime()Get CPU time. | 
| Long | getCumulativeMemory()Get Cumulative memory. | 
| Long | getDurationMillis()Get Execution duration. | 
| Long | getEndTime()Get End time (seconds). | 
| String | getId()Get Query ID. | 
| Long | getInternalNetworkBytes()Get Internal transmission volume. | 
| Long | getOutputBytes()Get Number of output bytes. | 
| Long | getPeakUserMemoryBytes()Get Peak memory. | 
| Long | getPhysicalInputBytes()Get Physical input volume. | 
| Long | getProcessedInputBytes()Get Processed input volume. | 
| Long | getSqlCompileTime()Get Compilation duration. | 
| Long | getStartTime()Get Start time (seconds). | 
| String | getState()Get Execution status. | 
| String | getStatement()Get Execution statement. | 
| String | getUser()Get User who submits requests. | 
| Long | getWrittenBytes()Get Number of bytes written. | 
| void | setCatalog(String Catalog)Set catalog | 
| void | setClientIpAddr(String ClientIpAddr)Set IP address used for submission. | 
| void | setCompletedSplits(String CompletedSplits)Set Number of segments. | 
| void | setCpuTime(Long CpuTime)Set CPU time. | 
| void | setCumulativeMemory(Long CumulativeMemory)Set Cumulative memory. | 
| void | setDurationMillis(Long DurationMillis)Set Execution duration. | 
| void | setEndTime(Long EndTime)Set End time (seconds). | 
| void | setId(String Id)Set Query ID. | 
| void | setInternalNetworkBytes(Long InternalNetworkBytes)Set Internal transmission volume. | 
| void | setOutputBytes(Long OutputBytes)Set Number of output bytes. | 
| void | setPeakUserMemoryBytes(Long PeakUserMemoryBytes)Set Peak memory. | 
| void | setPhysicalInputBytes(Long PhysicalInputBytes)Set Physical input volume. | 
| void | setProcessedInputBytes(Long ProcessedInputBytes)Set Processed input volume. | 
| void | setSqlCompileTime(Long SqlCompileTime)Set Compilation duration. | 
| void | setStartTime(Long StartTime)Set Start time (seconds). | 
| void | setState(String State)Set Execution status. | 
| void | setStatement(String Statement)Set Execution statement. | 
| void | setUser(String User)Set User who submits requests. | 
| void | setWrittenBytes(Long WrittenBytes)Set Number of bytes written. | 
| 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 - IP address used for submission.public String getCompletedSplits()
public void setCompletedSplits(String CompletedSplits)
CompletedSplits - Number of segments.public Long getCpuTime()
public void setCpuTime(Long CpuTime)
CpuTime - CPU time.public Long getCumulativeMemory()
public void setCumulativeMemory(Long CumulativeMemory)
CumulativeMemory - Cumulative memory.public Long getDurationMillis()
public void setDurationMillis(Long DurationMillis)
DurationMillis - Execution duration.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - End time (seconds).public String getId()
public void setId(String Id)
Id - Query ID.public Long getInternalNetworkBytes()
public void setInternalNetworkBytes(Long InternalNetworkBytes)
InternalNetworkBytes - Internal transmission volume.public Long getOutputBytes()
public void setOutputBytes(Long OutputBytes)
OutputBytes - Number of output bytes.public Long getPeakUserMemoryBytes()
public void setPeakUserMemoryBytes(Long PeakUserMemoryBytes)
PeakUserMemoryBytes - Peak memory.public Long getPhysicalInputBytes()
public void setPhysicalInputBytes(Long PhysicalInputBytes)
PhysicalInputBytes - Physical input volume.public Long getProcessedInputBytes()
public void setProcessedInputBytes(Long ProcessedInputBytes)
ProcessedInputBytes - Processed input volume.public Long getSqlCompileTime()
public void setSqlCompileTime(Long SqlCompileTime)
SqlCompileTime - Compilation duration.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - Start time (seconds).public String getState()
public void setState(String State)
State - Execution status.public String getStatement()
public void setStatement(String Statement)
Statement - Execution statement.public String getUser()
public void setUser(String User)
User - User who submits requests.public Long getWrittenBytes()
public void setWrittenBytes(Long WrittenBytes)
WrittenBytes - Number of bytes written.Copyright © 2025. All rights reserved.