public class GridServiceAgentFailureDetectionConfig extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | GridServiceAgentFailureDetectionConfig.FailureDetectionStatus | 
| Constructor and Description | 
|---|
| GridServiceAgentFailureDetectionConfig(Map<String,String> properties) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | disableFailureDetection(String ipAddress,
                       long expireTimestamp)Temporarily disable failure detection of agents in the specified ip address until the
 specified timestamp. | 
| void | enableFailureDetection(String ipAddress)Enable failure detection of agents in the specified IP address. | 
| boolean | equals(Object obj) | 
| Set<String> | getFailureDetectionIpAddresses() | 
| GridServiceAgentFailureDetectionConfig.FailureDetectionStatus | getFailureDetectionStatus(String ipAddress,
                         long now) | 
| Map<String,String> | getProperties() | 
| int | hashCode() | 
public void disableFailureDetection(String ipAddress, long expireTimestamp)
public void enableFailureDetection(String ipAddress)
public GridServiceAgentFailureDetectionConfig.FailureDetectionStatus getFailureDetectionStatus(String ipAddress, long now)
Copyright © GigaSpaces.