public interface FailureDetection
extends org.jvnet.hk2.config.ConfigBeanProxy
| Modifier and Type | Method and Description |
|---|---|
@Min(value=1000L) @Max(value=120000L) String |
getHeartbeatFrequencyInMillis()
Gets the value of the heartbeatFrequencyInMillis property.
|
@Min(value=1L) String |
getMaxMissedHeartbeats()
Gets the value of the maxMissedHeartbeats property.
|
@Min(value=3000L) @Max(value=120000L) String |
getVerifyFailureConnectTimeoutInMillis()
Gets the value of the verifyFailureConnectTimeoutInMillis.
|
@Min(value=1500L) @Max(value=120000L) String |
getVerifyFailureWaittimeInMillis()
Gets the value of the verifyFailureWaittimeInMillis property.
|
void |
setHeartbeatFrequencyInMillis(String value)
Sets the value of heartbeatFrequencyInMillis property.
|
void |
setMaxMissedHeartbeats(String value)
Sets the value of the maxMissedHeartbeats property.
|
void |
setVerifyFailureConnectTimeoutInMillis(String value)
sets the value of the verifyFailureConnectTimeoutInMillis.
|
void |
setVerifyFailureWaittimeInMillis(String value)
Sets the value of the verifyFailureWaittimeInMillis property.
|
@Min(value=1L) @Min(value=1L) String getMaxMissedHeartbeats()
Stringvoid setMaxMissedHeartbeats(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=1000L) @Max(value=120000L) @Min(value=1000L) @Max(value=120000L) String getHeartbeatFrequencyInMillis()
Stringvoid setHeartbeatFrequencyInMillis(String value) throws PropertyVetoException
value - allowed is StringPropertyVetoExceptionvoid setVerifyFailureWaittimeInMillis(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=1500L) @Max(value=120000L) @Min(value=1500L) @Max(value=120000L) String getVerifyFailureWaittimeInMillis()
Stringvoid setVerifyFailureConnectTimeoutInMillis(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@Min(value=3000L) @Max(value=120000L) @Min(value=3000L) @Max(value=120000L) String getVerifyFailureConnectTimeoutInMillis()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.