|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FailureDetection
failure-detection enables its members to periodically monitor other group members to determine their availability in the group. group-discovery is used for discovery of group & its members. failure-detection.verify-failure-timeout-in-millis verifies suspect instances by adding a verification layer to mark a failure suspicion as a confirmed failure.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Method Summary | |
|---|---|
String |
getHeartbeatFrequencyInMillis()
Gets the value of the heartbeatFrequencyInMillis property. |
String |
getMaxMissedHeartbeats()
Gets the value of the maxMissedHeartbeats property. |
String |
getVerifyFailureConnectTimeoutInMillis()
Gets the value of the verifyFailureConnectTimeoutInMillis. |
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. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Method Detail |
|---|
@Min(value=1L) String getMaxMissedHeartbeats()
String
void setMaxMissedHeartbeats(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=1000L) @Max(value=120000L) String getHeartbeatFrequencyInMillis()
String
void setHeartbeatFrequencyInMillis(String value)
throws PropertyVetoException
value - allowed is String
PropertyVetoException
void setVerifyFailureWaittimeInMillis(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=1500L) @Max(value=120000L) String getVerifyFailureWaittimeInMillis()
String
void setVerifyFailureConnectTimeoutInMillis(String value)
throws PropertyVetoException
value - allowed object is String
PropertyVetoException@Min(value=3000L) @Max(value=120000L) String getVerifyFailureConnectTimeoutInMillis()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||