@Deprecated public static enum ClientProperties.ClientPropertyName extends Enum<ClientProperties.ClientPropertyName>
| Enum Constant and Description |
|---|
CONNECTION_TIMEOUT
Deprecated.
|
GROUP_NAME
Deprecated.
|
GROUP_PASSWORD
Deprecated.
|
INIT_CONNECTION_ATTEMPTS_LIMIT
Deprecated.
|
RECONNECTION_ATTEMPTS_LIMIT
Deprecated.
|
RECONNECTION_TIMEOUT
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientProperties.ClientPropertyName |
fromValue(String name)
Deprecated.
|
String |
getDefaultValue()
Deprecated.
|
String |
getName()
Deprecated.
|
static ClientProperties.ClientPropertyName |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ClientProperties.ClientPropertyName[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientProperties.ClientPropertyName GROUP_NAME
public static final ClientProperties.ClientPropertyName GROUP_PASSWORD
public static final ClientProperties.ClientPropertyName INIT_CONNECTION_ATTEMPTS_LIMIT
public static final ClientProperties.ClientPropertyName RECONNECTION_ATTEMPTS_LIMIT
public static final ClientProperties.ClientPropertyName CONNECTION_TIMEOUT
public static final ClientProperties.ClientPropertyName RECONNECTION_TIMEOUT
public static ClientProperties.ClientPropertyName[] values()
for (ClientProperties.ClientPropertyName c : ClientProperties.ClientPropertyName.values()) System.out.println(c);
public static ClientProperties.ClientPropertyName 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 nullpublic String getName()
public String getDefaultValue()
public static ClientProperties.ClientPropertyName fromValue(String name)
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.