public class SlowLogTopSqlItem extends AbstractModel
| Constructor and Description | 
|---|
| SlowLogTopSqlItem() | 
| SlowLogTopSqlItem(SlowLogTopSqlItem 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 | getExecTimes()Get Number of executions | 
| Float | getLockTime()Get Total SQL lock wait time | 
| Float | getLockTimeAvg()Get Average lock wait time | 
| Float | getLockTimeMax()Get Maximum lock wait time | 
| Float | getLockTimeMin()Get Minimum lock wait time | 
| Float | getLockTimeRatio()Get Ratio of total SQL lock wait time | 
| Float | getQueryTime()Get Total duration | 
| Float | getQueryTimeAvg()Get Average execution time | 
| Float | getQueryTimeMax()Get Maximum execution time | 
| Float | getQueryTimeMin()Get Minimum execution time | 
| Float | getQueryTimeRatio()Get Ratio of total duration | 
| Long | getRowsExamined()Get Total number of scanned rows | 
| Float | getRowsExaminedAvg()Get Average number of rows scanned | 
| Long | getRowsExaminedMax()Get Maximum number of scanned rows | 
| Long | getRowsExaminedMin()Get Minimum number of scanned rows | 
| Float | getRowsExaminedRatio()Get Ratio of total number of scanned rows | 
| Long | getRowsSent()Get Total number of returned rows | 
| Float | getRowsSentAvg()Get Average number of rows returned | 
| Long | getRowsSentMax()Get Maximum number of returned rows | 
| Long | getRowsSentMin()Get Minimum number of returned rows | 
| Float | getRowsSentRatio()Get Ratio of total number of returned rows | 
| String | getSchema()Get Database name | 
| String | getSqlTemplate()Get SQL template | 
| String | getSqlText()Get SQL with parameter (random) | 
| void | setExecTimes(Long ExecTimes)Set Number of executions | 
| void | setLockTime(Float LockTime)Set Total SQL lock wait time | 
| void | setLockTimeAvg(Float LockTimeAvg)Set Average lock wait time | 
| void | setLockTimeMax(Float LockTimeMax)Set Maximum lock wait time | 
| void | setLockTimeMin(Float LockTimeMin)Set Minimum lock wait time | 
| void | setLockTimeRatio(Float LockTimeRatio)Set Ratio of total SQL lock wait time | 
| void | setQueryTime(Float QueryTime)Set Total duration | 
| void | setQueryTimeAvg(Float QueryTimeAvg)Set Average execution time | 
| void | setQueryTimeMax(Float QueryTimeMax)Set Maximum execution time | 
| void | setQueryTimeMin(Float QueryTimeMin)Set Minimum execution time | 
| void | setQueryTimeRatio(Float QueryTimeRatio)Set Ratio of total duration | 
| void | setRowsExamined(Long RowsExamined)Set Total number of scanned rows | 
| void | setRowsExaminedAvg(Float RowsExaminedAvg)Set Average number of rows scanned | 
| void | setRowsExaminedMax(Long RowsExaminedMax)Set Maximum number of scanned rows | 
| void | setRowsExaminedMin(Long RowsExaminedMin)Set Minimum number of scanned rows | 
| void | setRowsExaminedRatio(Float RowsExaminedRatio)Set Ratio of total number of scanned rows | 
| void | setRowsSent(Long RowsSent)Set Total number of returned rows | 
| void | setRowsSentAvg(Float RowsSentAvg)Set Average number of rows returned | 
| void | setRowsSentMax(Long RowsSentMax)Set Maximum number of returned rows | 
| void | setRowsSentMin(Long RowsSentMin)Set Minimum number of returned rows | 
| void | setRowsSentRatio(Float RowsSentRatio)Set Ratio of total number of returned rows | 
| void | setSchema(String Schema)Set Database name | 
| void | setSqlTemplate(String SqlTemplate)Set SQL template | 
| void | setSqlText(String SqlText)Set SQL with parameter (random) | 
| 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, toJsonStringpublic SlowLogTopSqlItem()
public SlowLogTopSqlItem(SlowLogTopSqlItem source)
public Float getLockTime()
public void setLockTime(Float LockTime)
LockTime - Total SQL lock wait timepublic Float getLockTimeMax()
public void setLockTimeMax(Float LockTimeMax)
LockTimeMax - Maximum lock wait timepublic Float getLockTimeMin()
public void setLockTimeMin(Float LockTimeMin)
LockTimeMin - Minimum lock wait timepublic Long getRowsExamined()
public void setRowsExamined(Long RowsExamined)
RowsExamined - Total number of scanned rowspublic Long getRowsExaminedMax()
public void setRowsExaminedMax(Long RowsExaminedMax)
RowsExaminedMax - Maximum number of scanned rowspublic Long getRowsExaminedMin()
public void setRowsExaminedMin(Long RowsExaminedMin)
RowsExaminedMin - Minimum number of scanned rowspublic Float getQueryTime()
public void setQueryTime(Float QueryTime)
QueryTime - Total durationpublic Float getQueryTimeMax()
public void setQueryTimeMax(Float QueryTimeMax)
QueryTimeMax - Maximum execution timepublic Float getQueryTimeMin()
public void setQueryTimeMin(Float QueryTimeMin)
QueryTimeMin - Minimum execution timepublic Long getRowsSent()
public void setRowsSent(Long RowsSent)
RowsSent - Total number of returned rowspublic Long getRowsSentMax()
public void setRowsSentMax(Long RowsSentMax)
RowsSentMax - Maximum number of returned rowspublic Long getRowsSentMin()
public void setRowsSentMin(Long RowsSentMin)
RowsSentMin - Minimum number of returned rowspublic Long getExecTimes()
public void setExecTimes(Long ExecTimes)
ExecTimes - Number of executionspublic String getSqlTemplate()
public void setSqlTemplate(String SqlTemplate)
SqlTemplate - SQL templatepublic String getSqlText()
public void setSqlText(String SqlText)
SqlText - SQL with parameter (random)public String getSchema()
public void setSchema(String Schema)
Schema - Database namepublic Float getQueryTimeRatio()
public void setQueryTimeRatio(Float QueryTimeRatio)
QueryTimeRatio - Ratio of total durationpublic Float getLockTimeRatio()
public void setLockTimeRatio(Float LockTimeRatio)
LockTimeRatio - Ratio of total SQL lock wait timepublic Float getRowsExaminedRatio()
public void setRowsExaminedRatio(Float RowsExaminedRatio)
RowsExaminedRatio - Ratio of total number of scanned rowspublic Float getRowsSentRatio()
public void setRowsSentRatio(Float RowsSentRatio)
RowsSentRatio - Ratio of total number of returned rowspublic Float getQueryTimeAvg()
public void setQueryTimeAvg(Float QueryTimeAvg)
QueryTimeAvg - Average execution timepublic Float getRowsSentAvg()
public void setRowsSentAvg(Float RowsSentAvg)
RowsSentAvg - Average number of rows returnedpublic Float getLockTimeAvg()
public void setLockTimeAvg(Float LockTimeAvg)
LockTimeAvg - Average lock wait timepublic Float getRowsExaminedAvg()
public void setRowsExaminedAvg(Float RowsExaminedAvg)
RowsExaminedAvg - Average number of rows scannedCopyright © 2022. All rights reserved.