public class SlowLogTopSqlItem extends AbstractModel
Constructor and Description |
---|
SlowLogTopSqlItem() |
Modifier and Type | Method and Description |
---|---|
Long |
getExecTimes()
Get Number of executions
|
Float |
getLockTime()
Get Total SQL 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 |
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
|
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
|
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 Schema
|
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 |
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 |
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 |
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 |
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 Schema
|
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, toJsonString
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
- Schemapublic 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 rowsCopyright © 2020. All rights reserved.