public class SlowLogAgg extends AbstractModel
header, skipSign
Constructor and Description |
---|
SlowLogAgg() |
SlowLogAgg(SlowLogAgg 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 |
---|---|
String |
getCmd()
Get 命令模版。
|
String |
getDetail()
Get 命令详情。
|
Long |
getExecTimes()
Get 执行次数。
|
Float |
getQueryTime()
Get 总耗时。
|
Float |
getQueryTimeAvg()
Get 平均执行时间。
|
Float |
getQueryTimeMax()
Get 最大执行时间。
|
Float |
getQueryTimeMin()
Get 最小执行时间。
|
Float |
getQueryTimeRatio()
Get 总耗时占比
|
void |
setCmd(String Cmd)
Set 命令模版。
|
void |
setDetail(String Detail)
Set 命令详情。
|
void |
setExecTimes(Long ExecTimes)
Set 执行次数。
|
void |
setQueryTime(Float QueryTime)
Set 总耗时。
|
void |
setQueryTimeAvg(Float QueryTimeAvg)
Set 平均执行时间。
|
void |
setQueryTimeMax(Float QueryTimeMax)
Set 最大执行时间。
|
void |
setQueryTimeMin(Float QueryTimeMin)
Set 最小执行时间。
|
void |
setQueryTimeRatio(Float QueryTimeRatio)
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 SlowLogAgg()
public SlowLogAgg(SlowLogAgg source)
public String getCmd()
public void setCmd(String Cmd)
Cmd
- 命令模版。public String getDetail()
public void setDetail(String Detail)
Detail
- 命令详情。public Long getExecTimes()
public void setExecTimes(Long ExecTimes)
ExecTimes
- 执行次数。public Float getQueryTime()
public void setQueryTime(Float QueryTime)
QueryTime
- 总耗时。public Float getQueryTimeAvg()
public void setQueryTimeAvg(Float QueryTimeAvg)
QueryTimeAvg
- 平均执行时间。public Float getQueryTimeMax()
public void setQueryTimeMax(Float QueryTimeMax)
QueryTimeMax
- 最大执行时间。public Float getQueryTimeMin()
public void setQueryTimeMin(Float QueryTimeMin)
QueryTimeMin
- 最小执行时间。public Float getQueryTimeRatio()
public void setQueryTimeRatio(Float QueryTimeRatio)
QueryTimeRatio
- 总耗时占比Copyright © 2025. All rights reserved.