|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.pu.sla.MemberAliveIndicator
public class MemberAliveIndicator
The member alive indicator allows to configure the SLA on how often a member will be checed to see if a member is alive, and in case of failure, how many times to retry and how often.
MemberAliveIndicator,
Serialized Form| Constructor Summary | |
|---|---|
MemberAliveIndicator()
|
|
| Method Summary | |
|---|---|
long |
getInvocationDelay()
How often an instance will be checked and verfied to be alive. |
int |
getRetryCount()
Once a member has been indicated as not alive, how many times to check it before giving up on it. |
long |
getRetryTimeout()
Once a member has been indicated as not alive, what is the retry timeout interval. |
void |
setInvocationDelay(long invocationDelay)
How often an instance will be checked and verfied to be alive. |
void |
setRetryCount(int retryCount)
Once a member has been indicated as not alive, how many times to check it before giving up on it. |
void |
setRetryTimeout(long retryTimeout)
Once a member has been indicated as not alive, what is the retry timeout interval. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MemberAliveIndicator()
| Method Detail |
|---|
public long getInvocationDelay()
public void setInvocationDelay(long invocationDelay)
public long getRetryTimeout()
public void setRetryTimeout(long retryTimeout)
public int getRetryCount()
3.
public void setRetryCount(int retryCount)
3.
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||