public class OutlierDetectionConfigImpl extends PluginConfigImpl implements OutlierDetectionConfig
OutlierDetectionConfig.When| Constructor and Description |
|---|
OutlierDetectionConfigImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getChain()
探测器插件链
|
long |
getCheckPeriod()
探测器定时检测时间
|
OutlierDetectionConfig.When |
getWhen()
何时启用探测
|
void |
setChain(List<String> chain) |
void |
setCheckPeriod(long checkPeriod) |
void |
setDefault(Object defaultObject)
设置默认值信息
|
void |
setWhen(OutlierDetectionConfig.When when) |
String |
toString() |
void |
verify()
执行校验操作,参数校验失败会抛出IllegalArgumentException
|
getPlugin, getPluginConfig, getPluginConfigs, setDefaultPluginConfig, setPluginConfig, verifyPluginConfigequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPluginConfig, getPluginConfigspublic OutlierDetectionConfig.When getWhen()
OutlierDetectionConfiggetWhen in interface OutlierDetectionConfigpublic void setWhen(OutlierDetectionConfig.When when)
public List<String> getChain()
OutlierDetectionConfiggetChain in interface OutlierDetectionConfigpublic long getCheckPeriod()
OutlierDetectionConfiggetCheckPeriod in interface OutlierDetectionConfigpublic void setCheckPeriod(long checkPeriod)
public void verify()
Verifierpublic void setDefault(Object defaultObject)
VerifiersetDefault in interface VerifierdefaultObject - 默认值对象Copyright © 2024. All rights reserved.