public static enum GridServiceAgentFailureDetectionConfig.FailureDetectionStatus extends Enum<GridServiceAgentFailureDetectionConfig.FailureDetectionStatus>
Enum Constant and Description |
---|
DISABLE_FAILURE_DETECTION |
DONT_CARE |
ENABLE_FAILURE_DETECTION |
Modifier and Type | Method and Description |
---|---|
static GridServiceAgentFailureDetectionConfig.FailureDetectionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridServiceAgentFailureDetectionConfig.FailureDetectionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridServiceAgentFailureDetectionConfig.FailureDetectionStatus DISABLE_FAILURE_DETECTION
public static final GridServiceAgentFailureDetectionConfig.FailureDetectionStatus ENABLE_FAILURE_DETECTION
public static final GridServiceAgentFailureDetectionConfig.FailureDetectionStatus DONT_CARE
public static GridServiceAgentFailureDetectionConfig.FailureDetectionStatus[] values()
for (GridServiceAgentFailureDetectionConfig.FailureDetectionStatus c : GridServiceAgentFailureDetectionConfig.FailureDetectionStatus.values()) System.out.println(c);
public static GridServiceAgentFailureDetectionConfig.FailureDetectionStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © GigaSpaces.