public class AnalysisItems extends AbstractModel
Constructor and Description |
---|
AnalysisItems() |
AnalysisItems(AnalysisItems 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 |
---|---|
Float |
getAvgCostTime()
Get The average execution time (in ms) of the slow query statement during the specified period of time
|
Long |
getCallNum()
Get The number of executions of the slow query statement during the specified period of time
|
Float |
getCallPercent()
Get The ratio (in decimal form) of the number of executions of the slow query statement to that of all slow query statements during the specified period of time
|
String |
getClientAddr()
Get The address of the client that executes the slow query statement
|
Float |
getCostPercent()
Get The ratio (in decimal form) of the total execution time of the slow query statement to that of all slow query statements during the specified period of time
|
Float |
getCostTime()
Get The total execution time of the slow query statement during the specified period of time
|
String |
getDatabaseName()
Get The name of the database queried by the slow query statement
|
String |
getFirstTime()
Get The timestamp when the slow query statement starts to execute for the first time during the specified period of time
|
String |
getLastTime()
Get The timestamp when the slow query statement starts to execute for the last time during the specified period of time
|
Float |
getMaxCostTime()
Get The longest execution time (in ms) of the slow query statement during the specified period of time
|
Float |
getMinCostTime()
Get The shortest execution time (in ms) of the slow query statement during the specified period of time
|
String |
getNormalQuery()
Get The slow query statement whose parameter values are abstracted
|
String |
getUserName()
Get The name of the user who executes the slow query statement
|
void |
setAvgCostTime(Float AvgCostTime)
Set The average execution time (in ms) of the slow query statement during the specified period of time
|
void |
setCallNum(Long CallNum)
Set The number of executions of the slow query statement during the specified period of time
|
void |
setCallPercent(Float CallPercent)
Set The ratio (in decimal form) of the number of executions of the slow query statement to that of all slow query statements during the specified period of time
|
void |
setClientAddr(String ClientAddr)
Set The address of the client that executes the slow query statement
|
void |
setCostPercent(Float CostPercent)
Set The ratio (in decimal form) of the total execution time of the slow query statement to that of all slow query statements during the specified period of time
|
void |
setCostTime(Float CostTime)
Set The total execution time of the slow query statement during the specified period of time
|
void |
setDatabaseName(String DatabaseName)
Set The name of the database queried by the slow query statement
|
void |
setFirstTime(String FirstTime)
Set The timestamp when the slow query statement starts to execute for the first time during the specified period of time
|
void |
setLastTime(String LastTime)
Set The timestamp when the slow query statement starts to execute for the last time during the specified period of time
|
void |
setMaxCostTime(Float MaxCostTime)
Set The longest execution time (in ms) of the slow query statement during the specified period of time
|
void |
setMinCostTime(Float MinCostTime)
Set The shortest execution time (in ms) of the slow query statement during the specified period of time
|
void |
setNormalQuery(String NormalQuery)
Set The slow query statement whose parameter values are abstracted
|
void |
setUserName(String UserName)
Set The name of the user who executes the slow query statement
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AnalysisItems()
public AnalysisItems(AnalysisItems source)
public String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName
- The name of the database queried by the slow query statementpublic String getUserName()
public void setUserName(String UserName)
UserName
- The name of the user who executes the slow query statementpublic String getNormalQuery()
public void setNormalQuery(String NormalQuery)
NormalQuery
- The slow query statement whose parameter values are abstractedpublic String getClientAddr()
public void setClientAddr(String ClientAddr)
ClientAddr
- The address of the client that executes the slow query statementpublic Long getCallNum()
public void setCallNum(Long CallNum)
CallNum
- The number of executions of the slow query statement during the specified period of timepublic Float getCallPercent()
public void setCallPercent(Float CallPercent)
CallPercent
- The ratio (in decimal form) of the number of executions of the slow query statement to that of all slow query statements during the specified period of timepublic Float getCostTime()
public void setCostTime(Float CostTime)
CostTime
- The total execution time of the slow query statement during the specified period of timepublic Float getCostPercent()
public void setCostPercent(Float CostPercent)
CostPercent
- The ratio (in decimal form) of the total execution time of the slow query statement to that of all slow query statements during the specified period of timepublic Float getMinCostTime()
public void setMinCostTime(Float MinCostTime)
MinCostTime
- The shortest execution time (in ms) of the slow query statement during the specified period of timepublic Float getMaxCostTime()
public void setMaxCostTime(Float MaxCostTime)
MaxCostTime
- The longest execution time (in ms) of the slow query statement during the specified period of timepublic Float getAvgCostTime()
public void setAvgCostTime(Float AvgCostTime)
AvgCostTime
- The average execution time (in ms) of the slow query statement during the specified period of timepublic String getFirstTime()
public void setFirstTime(String FirstTime)
FirstTime
- The timestamp when the slow query statement starts to execute for the first time during the specified period of timepublic String getLastTime()
public void setLastTime(String LastTime)
LastTime
- The timestamp when the slow query statement starts to execute for the last time during the specified period of timeCopyright © 2023. All rights reserved.