public class ImpalaQuery extends AbstractModel
header, skipSign
Constructor and Description |
---|
ImpalaQuery() |
ImpalaQuery(ImpalaQuery 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 |
getBackendsCount()
Get 后端个数
|
String |
getCoordinator()
Get 执行的Coordinator节点
|
String |
getDefaultDB()
Get 默认DB
|
String |
getDuration()
Get 运行时间
|
Long |
getEndTime()
Get 结束时间
|
Long |
getEstimatedPerHostMemBytes()
Get 预估单节点内存
|
Long |
getFragmentInstancesCount()
Get fragment数
|
String |
getId()
Get 查询ID
|
String |
getMaxNodePeakMemoryUsage()
Get 单节点内存峰值
|
Long |
getNumRowsFetchedFromCache()
Get 从缓存中获取的数据行数
|
Long |
getPerNodePeakMemoryBytesSum()
Get 单节点内存峰值和(Bytes)
|
String |
getQueryType()
Get 查询类型
|
Long |
getRemainingFragmentCount()
Get 剩余未完成Fragment数
|
Long |
getRowsFetched()
Get 获取行数
|
Long |
getScanHDFSRows()
Get 扫描的HDFS行数
|
Long |
getScanKUDURows()
Get 扫描的Kudu行数
|
Long |
getScanRowsTotal()
Get 扫描的总行数
|
String |
getSessionId()
Get 会话ID
|
Long |
getStartTime()
Get 开始时间
|
String |
getState()
Get 执行状态
|
String |
getStatement()
Get 执行语句
|
Long |
getTotalBytesRead()
Get 读取的总字节数
|
Long |
getTotalBytesSent()
Get 发送的总字节数
|
Long |
getTotalCpuTime()
Get CPU总时间
|
Long |
getTotalInnerBytesSent()
Get 内部数据发送总量(Bytes)
|
Long |
getTotalScanBytesSent()
Get 内部扫描数据发送总量(Bytes)
|
String |
getUser()
Get 用户
|
void |
setBackendsCount(Long BackendsCount)
Set 后端个数
|
void |
setCoordinator(String Coordinator)
Set 执行的Coordinator节点
|
void |
setDefaultDB(String DefaultDB)
Set 默认DB
|
void |
setDuration(String Duration)
Set 运行时间
|
void |
setEndTime(Long EndTime)
Set 结束时间
|
void |
setEstimatedPerHostMemBytes(Long EstimatedPerHostMemBytes)
Set 预估单节点内存
|
void |
setFragmentInstancesCount(Long FragmentInstancesCount)
Set fragment数
|
void |
setId(String Id)
Set 查询ID
|
void |
setMaxNodePeakMemoryUsage(String MaxNodePeakMemoryUsage)
Set 单节点内存峰值
|
void |
setNumRowsFetchedFromCache(Long NumRowsFetchedFromCache)
Set 从缓存中获取的数据行数
|
void |
setPerNodePeakMemoryBytesSum(Long PerNodePeakMemoryBytesSum)
Set 单节点内存峰值和(Bytes)
|
void |
setQueryType(String QueryType)
Set 查询类型
|
void |
setRemainingFragmentCount(Long RemainingFragmentCount)
Set 剩余未完成Fragment数
|
void |
setRowsFetched(Long RowsFetched)
Set 获取行数
|
void |
setScanHDFSRows(Long ScanHDFSRows)
Set 扫描的HDFS行数
|
void |
setScanKUDURows(Long ScanKUDURows)
Set 扫描的Kudu行数
|
void |
setScanRowsTotal(Long ScanRowsTotal)
Set 扫描的总行数
|
void |
setSessionId(String SessionId)
Set 会话ID
|
void |
setStartTime(Long StartTime)
Set 开始时间
|
void |
setState(String State)
Set 执行状态
|
void |
setStatement(String Statement)
Set 执行语句
|
void |
setTotalBytesRead(Long TotalBytesRead)
Set 读取的总字节数
|
void |
setTotalBytesSent(Long TotalBytesSent)
Set 发送的总字节数
|
void |
setTotalCpuTime(Long TotalCpuTime)
Set CPU总时间
|
void |
setTotalInnerBytesSent(Long TotalInnerBytesSent)
Set 内部数据发送总量(Bytes)
|
void |
setTotalScanBytesSent(Long TotalScanBytesSent)
Set 内部扫描数据发送总量(Bytes)
|
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 ImpalaQuery()
public ImpalaQuery(ImpalaQuery source)
public String getStatement()
public void setStatement(String Statement)
Statement
- 执行语句public String getId()
public void setId(String Id)
Id
- 查询IDpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 开始时间public String getDuration()
public void setDuration(String Duration)
Duration
- 运行时间public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 结束时间public String getState()
public void setState(String State)
State
- 执行状态public Long getRowsFetched()
public void setRowsFetched(Long RowsFetched)
RowsFetched
- 获取行数public String getUser()
public void setUser(String User)
User
- 用户public String getDefaultDB()
public void setDefaultDB(String DefaultDB)
DefaultDB
- 默认DBpublic String getCoordinator()
public void setCoordinator(String Coordinator)
Coordinator
- 执行的Coordinator节点public String getMaxNodePeakMemoryUsage()
public void setMaxNodePeakMemoryUsage(String MaxNodePeakMemoryUsage)
MaxNodePeakMemoryUsage
- 单节点内存峰值public String getQueryType()
public void setQueryType(String QueryType)
QueryType
- 查询类型public Long getScanHDFSRows()
public void setScanHDFSRows(Long ScanHDFSRows)
ScanHDFSRows
- 扫描的HDFS行数public Long getScanKUDURows()
public void setScanKUDURows(Long ScanKUDURows)
ScanKUDURows
- 扫描的Kudu行数public Long getScanRowsTotal()
public void setScanRowsTotal(Long ScanRowsTotal)
ScanRowsTotal
- 扫描的总行数public Long getTotalBytesRead()
public void setTotalBytesRead(Long TotalBytesRead)
TotalBytesRead
- 读取的总字节数public Long getTotalBytesSent()
public void setTotalBytesSent(Long TotalBytesSent)
TotalBytesSent
- 发送的总字节数public Long getTotalCpuTime()
public void setTotalCpuTime(Long TotalCpuTime)
TotalCpuTime
- CPU总时间public Long getTotalInnerBytesSent()
public void setTotalInnerBytesSent(Long TotalInnerBytesSent)
TotalInnerBytesSent
- 内部数据发送总量(Bytes)public Long getTotalScanBytesSent()
public void setTotalScanBytesSent(Long TotalScanBytesSent)
TotalScanBytesSent
- 内部扫描数据发送总量(Bytes)public Long getEstimatedPerHostMemBytes()
public void setEstimatedPerHostMemBytes(Long EstimatedPerHostMemBytes)
EstimatedPerHostMemBytes
- 预估单节点内存public Long getNumRowsFetchedFromCache()
public void setNumRowsFetchedFromCache(Long NumRowsFetchedFromCache)
NumRowsFetchedFromCache
- 从缓存中获取的数据行数public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- 会话IDpublic Long getPerNodePeakMemoryBytesSum()
public void setPerNodePeakMemoryBytesSum(Long PerNodePeakMemoryBytesSum)
PerNodePeakMemoryBytesSum
- 单节点内存峰值和(Bytes)public Long getBackendsCount()
public void setBackendsCount(Long BackendsCount)
BackendsCount
- 后端个数public Long getFragmentInstancesCount()
public void setFragmentInstancesCount(Long FragmentInstancesCount)
FragmentInstancesCount
- fragment数public Long getRemainingFragmentCount()
public void setRemainingFragmentCount(Long RemainingFragmentCount)
RemainingFragmentCount
- 剩余未完成Fragment数Copyright © 2025. All rights reserved.