public class MemberAliveIndicator extends Object implements Serializable
MemberAliveIndicator,
Serialized Form| Constructor and Description |
|---|
MemberAliveIndicator() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © GigaSpaces.