public enum ConfigConstants extends Enum<ConfigConstants>
| Modifier and Type | Method and Description |
|---|---|
static ConfigConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigConstants MULTICASTADDRESS
public static final ConfigConstants MULTICASTPORT
public static final ConfigConstants MULTICAST_PACKET_SIZE
public static final ConfigConstants FAILURE_DETECTION_TIMEOUT
public static final ConfigConstants FAILURE_DETECTION_RETRIES
public static final ConfigConstants FAILURE_VERIFICATION_TIMEOUT
public static final ConfigConstants DISCOVERY_TIMEOUT
public static final ConfigConstants LOOPBACK
public static final ConfigConstants BIND_INTERFACE_ADDRESS
public static final ConfigConstants FAILURE_DETECTION_TCP_RETRANSMIT_TIMEOUT
public static final ConfigConstants FAILURE_DETECTION_TCP_RETRANSMIT_PORT
public static ConfigConstants[] values()
for (ConfigConstants c : ConfigConstants.values()) System.out.println(c);
public static ConfigConstants 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 © 2017–2020 Eclipse Foundation. All rights reserved.