public class SlowLogPattern extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SlowLogPattern() | 
| SlowLogPattern(SlowLogPattern 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 | getAverageTime()Get 平均执行时间。单位:毫秒。 | 
| Long | getMaxTime()Get 最大执行时间。单位:毫秒。 | 
| String | getPattern()Get 慢日志输出格式:库名.表名.命令。 | 
| String | getQueryHash()Get 记录慢日志时所带的queryHash 值,标识一类查询。 | 
| Long | getTotal()Get 慢日志条数。 | 
| void | setAverageTime(Long AverageTime)Set 平均执行时间。单位:毫秒。 | 
| void | setMaxTime(Long MaxTime)Set 最大执行时间。单位:毫秒。 | 
| void | setPattern(String Pattern)Set 慢日志输出格式:库名.表名.命令。 | 
| void | setQueryHash(String QueryHash)Set 记录慢日志时所带的queryHash 值,标识一类查询。 | 
| void | setTotal(Long Total)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, toJsonStringpublic SlowLogPattern()
public SlowLogPattern(SlowLogPattern source)
public String getPattern()
public void setPattern(String Pattern)
Pattern - 慢日志输出格式:库名.表名.命令。public String getQueryHash()
public void setQueryHash(String QueryHash)
QueryHash - 记录慢日志时所带的queryHash 值,标识一类查询。public Long getMaxTime()
public void setMaxTime(Long MaxTime)
MaxTime - 最大执行时间。单位:毫秒。public Long getAverageTime()
public void setAverageTime(Long AverageTime)
AverageTime - 平均执行时间。单位:毫秒。public Long getTotal()
public void setTotal(Long Total)
Total - 慢日志条数。Copyright © 2025. All rights reserved.