public class NormalQueryItem extends AbstractModel
Constructor and Description |
---|
NormalQueryItem() |
Modifier and Type | Method and Description |
---|---|
Long |
getCalls()
Get Number of calls
|
Long[] |
getCallsGrids()
Get Granularity
|
Float |
getCostTime()
Get Total time consumed
|
String |
getDatabaseName()
Get Database name
|
String |
getFirstTime()
Get Time of the earliest slow SQL statement
|
String |
getLastTime()
Get Time of the latest slow SQL statement
|
Float |
getMaxCostTime()
Get Maximum time consumed
|
Float |
getMinCostTime()
Get Minimum time consumed
|
String |
getNormalQuery()
Get Slow SQL statement after desensitization
|
Long |
getReadCostTime()
Get Total IO read time
|
Long |
getRows()
Get Number of affected rows
|
Long |
getSharedReadBlks()
Get Shared memory blocks for reads
|
Long |
getSharedWriteBlks()
Get Shared memory blocks for writes
|
String |
getUserName()
Get Username
|
Long |
getWriteCostTime()
Get Total IO write time
|
void |
setCalls(Long Calls)
Set Number of calls
|
void |
setCallsGrids(Long[] CallsGrids)
Set Granularity
|
void |
setCostTime(Float CostTime)
Set Total time consumed
|
void |
setDatabaseName(String DatabaseName)
Set Database name
|
void |
setFirstTime(String FirstTime)
Set Time of the earliest slow SQL statement
|
void |
setLastTime(String LastTime)
Set Time of the latest slow SQL statement
|
void |
setMaxCostTime(Float MaxCostTime)
Set Maximum time consumed
|
void |
setMinCostTime(Float MinCostTime)
Set Minimum time consumed
|
void |
setNormalQuery(String NormalQuery)
Set Slow SQL statement after desensitization
|
void |
setReadCostTime(Long ReadCostTime)
Set Total IO read time
|
void |
setRows(Long Rows)
Set Number of affected rows
|
void |
setSharedReadBlks(Long SharedReadBlks)
Set Shared memory blocks for reads
|
void |
setSharedWriteBlks(Long SharedWriteBlks)
Set Shared memory blocks for writes
|
void |
setUserName(String UserName)
Set Username
|
void |
setWriteCostTime(Long WriteCostTime)
Set Total IO write time
|
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 String getUserName()
public void setUserName(String UserName)
UserName
- Usernamepublic Long getCalls()
public void setCalls(Long Calls)
Calls
- Number of callspublic Long[] getCallsGrids()
public void setCallsGrids(Long[] CallsGrids)
CallsGrids
- Granularitypublic Float getCostTime()
public void setCostTime(Float CostTime)
CostTime
- Total time consumedpublic Long getRows()
public void setRows(Long Rows)
Rows
- Number of affected rowspublic Float getMinCostTime()
public void setMinCostTime(Float MinCostTime)
MinCostTime
- Minimum time consumedpublic Float getMaxCostTime()
public void setMaxCostTime(Float MaxCostTime)
MaxCostTime
- Maximum time consumedpublic String getFirstTime()
public void setFirstTime(String FirstTime)
FirstTime
- Time of the earliest slow SQL statementpublic String getLastTime()
public void setLastTime(String LastTime)
LastTime
- Time of the latest slow SQL statementpublic Long getSharedReadBlks()
public void setSharedReadBlks(Long SharedReadBlks)
SharedReadBlks
- Shared memory blocks for readspublic Long getSharedWriteBlks()
public void setSharedWriteBlks(Long SharedWriteBlks)
SharedWriteBlks
- Shared memory blocks for writespublic Long getReadCostTime()
public void setReadCostTime(Long ReadCostTime)
ReadCostTime
- Total IO read timepublic Long getWriteCostTime()
public void setWriteCostTime(Long WriteCostTime)
WriteCostTime
- Total IO write timepublic String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName
- Database namepublic String getNormalQuery()
public void setNormalQuery(String NormalQuery)
NormalQuery
- Slow SQL statement after desensitizationCopyright © 2020. All rights reserved.