Enum Class XMLAttribute
- All Implemented Interfaces:
Serializable,Comparable<XMLAttribute>,Constable
Enumerates the attributes used in the Infinispan subsystem schema.
- Author:
- Paul Ferraro, Richard Achmatowicz (c) 2011 RedHat Inc., Tristan Tarrant
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic XMLAttributeGet the local name of this element.static XMLAttributeReturns the enum constant of this class with the specified name.static XMLAttribute[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
-
ACQUIRE_TIMEOUT
-
CAPACITY
Deprecated. -
ALIASES
-
ASYNC_MARSHALLING
Deprecated. -
BACKUP_FAILURE_POLICY
-
BATCH_SIZE
Deprecated. -
BATCHING
Deprecated. -
BIAS_LIFESPAN
Deprecated. -
CACHE
Deprecated. -
CAPACITY_FACTOR
-
CHANNEL
-
CHUNK_SIZE
-
CLASS
-
CLUSTER
Deprecated. -
COMPLETE_TIMEOUT
-
CONCURRENCY_LEVEL
-
CONSISTENT_HASH_STRATEGY
Deprecated. -
CREATE_ON_START
-
DATA_SOURCE
-
DATASOURCE
Deprecated. -
DEFAULT_CACHE
-
DEFAULT_CACHE_CONTAINER
Deprecated. -
DIALECT
-
DROP_ON_STOP
-
ENABLED
Deprecated. -
EVICTION_EXECUTOR
Deprecated. -
EVICTION_TYPE
Deprecated. -
EXECUTOR
Deprecated. -
FETCH_SIZE
-
FETCH_STATE
Deprecated. -
FLUSH_LOCK_TIMEOUT
Deprecated. -
INDEX
Deprecated. -
INTERVAL
-
INVALIDATION_BATCH_SIZE
Deprecated. -
ISOLATION
-
JNDI_NAME
Deprecated. -
KEEPALIVE_TIME
-
L1_LIFESPAN
-
LIFESPAN
-
LISTENER_EXECUTOR
Deprecated. -
LOCK_TIMEOUT
-
LOCKING
-
MARSHALLER
-
MAX_BATCH_SIZE
-
MAX_ENTRIES
Deprecated. -
MAX_IDLE
-
MAX_THREADS
-
MERGE_POLICY
-
MIN_THREADS
-
MODE
-
MODIFICATION_QUEUE_SIZE
-
MODULE
Deprecated. -
MODULES
-
NAME
-
OUTBOUND_SOCKET_BINDING
-
OWNERS
-
PASSIVATION
-
PATH
-
PREFIX
-
PRELOAD
-
PURGE
-
QUEUE_FLUSH_INTERVAL
Deprecated. -
QUEUE_LENGTH
-
QUEUE_SIZE
Deprecated. -
RELATIVE_TO
-
REMOTE_CACHE
Deprecated. -
REMOTE_SERVERS
Deprecated. -
REMOTE_SITE
Deprecated. -
REMOTE_TIMEOUT
-
REPLICATION_QUEUE_EXECUTOR
Deprecated. -
SEGMENTED
-
SEGMENTS
-
SHARED
-
SHUTDOWN_TIMEOUT
Deprecated. -
SINGLETON
Deprecated. -
SITE
-
SIZE
-
SIZE_UNIT
-
STACK
Deprecated. -
START
Deprecated. -
STATISTICS_ENABLED
-
STOP_TIMEOUT
-
STRATEGY
-
STRIPING
-
TAKE_OFFLINE_AFTER_FAILURES
-
TAKE_OFFLINE_MIN_WAIT
-
THREAD_POOL_SIZE
Deprecated. -
TIMEOUT
-
TYPE
-
WHEN_SPLIT
-
CACHE_CONFIGURATION
-
REMOTE_CACHE_CONTAINER
-
CONNECTION_TIMEOUT
-
DEFAULT_REMOTE_CLUSTER
-
KEY_SIZE_ESTIMATE
-
MAX_RETRIES
-
PROTOCOL_VERSION
-
SOCKET_TIMEOUT
-
TCP_NO_DELAY
-
TCP_KEEP_ALIVE
-
TRANSACTION_TIMEOUT
-
VALUE_SIZE_ESTIMATE
-
EXHAUSTED_ACTION
-
MAX_ACTIVE
-
MAX_WAIT
-
MIN_EVICTABLE_IDLE_TIME
-
MIN_IDLE
-
SOCKET_BINDINGS
-
SSL_CONTEXT
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class 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
-