public class Aggregation extends AbstractModel
header, skipSign
Constructor and Description |
---|
Aggregation() |
Aggregation(Aggregation 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 |
getAvgDocsExamined()
Get 平均扫描行数。
|
Long |
getAvgExecTime()
Get 平均执行时间(ms)。
|
Long |
getSlowLogCount()
Get 产生慢查次数(/天)。
|
String[] |
getSlowLogs()
Get 慢查模板概览。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSortCount()
Get 内存排序次数。
|
void |
setAvgDocsExamined(Long AvgDocsExamined)
Set 平均扫描行数。
|
void |
setAvgExecTime(Long AvgExecTime)
Set 平均执行时间(ms)。
|
void |
setSlowLogCount(Long SlowLogCount)
Set 产生慢查次数(/天)。
|
void |
setSlowLogs(String[] SlowLogs)
Set 慢查模板概览。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSortCount(Long SortCount)
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 Aggregation()
public Aggregation(Aggregation source)
public Long getAvgExecTime()
public void setAvgExecTime(Long AvgExecTime)
AvgExecTime
- 平均执行时间(ms)。public Long getAvgDocsExamined()
public void setAvgDocsExamined(Long AvgDocsExamined)
AvgDocsExamined
- 平均扫描行数。public Long getSlowLogCount()
public void setSlowLogCount(Long SlowLogCount)
SlowLogCount
- 产生慢查次数(/天)。public Long getSortCount()
public void setSortCount(Long SortCount)
SortCount
- 内存排序次数。public String[] getSlowLogs()
public void setSlowLogs(String[] SlowLogs)
SlowLogs
- 慢查模板概览。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.