Interface HoggingThreadsChecker
-
- All Superinterfaces:
Checker,ConfigBeanProxy,ConfigExtension,Container
public interface HoggingThreadsChecker extends Checker
- Author:
- mertcaliskan
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()StringgetRetryCount()StringgetThresholdPercentage()voidsetName(String value)voidsetRetryCount(String value)voidsetThresholdPercentage(String value)-
Methods inherited from interface fish.payara.nucleus.healthcheck.configuration.Checker
getAddToMicroProfileHealth, getEnabled, getTime, getUnit, setAddToMicroProfileHealth, setEnabled, setTime, setUnit
-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Method Detail
-
setName
void setName(String value) throws PropertyVetoException
- Specified by:
setNamein interfaceChecker- Throws:
PropertyVetoException
-
getThresholdPercentage
String getThresholdPercentage()
-
setThresholdPercentage
void setThresholdPercentage(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getRetryCount
String getRetryCount()
-
setRetryCount
void setRetryCount(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
-