Enum Attribute
- All Implemented Interfaces:
Serializable
,Comparable<Attribute>
Enumerates the attributes used by the Remote cache store configuration
- Since:
- 5.2
- Author:
- Tristan Tarrant
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Since 12.0, will be removed in 15.0Deprecated, for removal: This API element is subject to removal in a future version.Since 12.0, will be removed in 15.0 -
Method Summary
Modifier and TypeMethodDescriptionstatic Attribute
Get the local name of this element.toString()
static Attribute
Returns the enum constant of this type with the specified name.static Attribute[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
-
ASYNC_EXECUTOR
-
BALANCING_STRATEGY
-
CONNECT_TIMEOUT
-
ENABLED
-
EXHAUSTED_ACTION
-
FACTORY
-
FORCE_RETURN_VALUES
-
HOST
-
HOTROD_WRAPPING
-
FILENAME
-
CERTIFICATE_PASSWORD
-
KEY_ALIAS
-
TYPE
-
MARSHALLER
-
MAX_ACTIVE
-
MAX_IDLE
-
MAX_PENDING_REQUESTS
-
MAX_TOTAL
-
MAX_WAIT
-
MIN_EVICTABLE_IDLE_TIME
-
MIN_IDLE
-
KEY_SIZE_ESTIMATE
Deprecated, for removal: This API element is subject to removal in a future version.Since 12.0, will be removed in 15.0 -
OUTBOUND_SOCKET_BINDING
-
PASSWORD
-
PING_ON_STARTUP
-
PORT
-
PROTOCOL
-
PROTOCOL_VERSION
-
RAW_VALUES
-
REALM
-
REMOTE_CACHE_NAME
-
SASL_MECHANISM
-
SERVER_NAME
-
SNI_HOSTNAME
-
SOCKET_TIMEOUT
-
TCP_NO_DELAY
-
TEST_WHILE_IDLE
-
TIME_BETWEEN_EVICTION_RUNS
-
TRANSPORT_FACTORY
-
URI
-
USERNAME
-
VALUE_SIZE_ESTIMATE
Deprecated, for removal: This API element is subject to removal in a future version.Since 12.0, will be removed in 15.0
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getLocalName
Get the local name of this element.- Returns:
- the local name
-
forName
-
toString
-