Enum XMLElement
- All Implemented Interfaces:
Serializable,Comparable<XMLElement>
Enumerates the elements used in the Infinispan subsystem schema.
- Author:
- Paul Ferraro, Richard Achmatowicz (c) 2011 RedHat Inc., Tristan Tarrant
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic XMLElementGet the local name of this element.static XMLElementReturns the enum constant of this type with the specified name.static XMLElement[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
-
ASYNC_OPERATIONS_THREAD_POOL
Deprecated. -
BACKUP
-
BACKUP_FOR
Deprecated. -
BACKUPS
-
BINARY_KEYED_TABLE
-
BLOCKING_THREAD_POOL
-
BUCKET_TABLE
Deprecated. -
CACHE_CONTAINER
-
DATA_COLUMN
-
DISTRIBUTED_CACHE
-
ENTRIES
-
ENTRY_TABLE
Deprecated. -
EVICTION
Deprecated. -
BINARY_MEMORY
Deprecated. -
HEAP_MEMORY
-
OBJECT_MEMORY
Deprecated. -
OFF_HEAP_MEMORY
-
EXPIRATION
-
EXPIRATION_THREAD_POOL
-
FILE_STORE
-
ID_COLUMN
-
INVALIDATION_CACHE
-
LISTENER_THREAD_POOL
-
JDBC_STORE
-
STRING_KEYED_JDBC_STORE
-
BINARY_KEYED_JDBC_STORE
-
MIXED_KEYED_JDBC_STORE
-
INDEXING
Deprecated. -
LOCAL_CACHE
-
LOCKING
-
NON_BLOCKING_THREAD_POOL
-
PARTITION_HANDLING
-
PERSISTENCE_THREAD_POOL
Deprecated. -
REMOTE_COMMAND_THREAD_POOL
Deprecated. -
PROPERTY
-
REMOTE_SERVER
-
REMOTE_STORE
-
REPLICATED_CACHE
-
SCATTERED_CACHE
Deprecated. -
SEGMENT_COLUMN
-
SIZE
-
STATE_TRANSFER
-
STATE_TRANSFER_THREAD_POOL
Deprecated. -
STORE
-
STRING_KEYED_TABLE
-
TABLE
-
TAKE_OFFLINE
-
TIMESTAMP_COLUMN
-
TRANSACTION
-
TRANSPORT
-
TRANSPORT_THREAD_POOL
Deprecated. -
WRITE_BEHIND
-
REMOTE_CACHE_CONTAINER
-
ASYNC_THREAD_POOL
-
CONNECTION_POOL
-
INVALIDATION_NEAR_CACHE
-
REMOTE_CLUSTERS
-
REMOTE_CLUSTER
-
SECURITY
-
HOTROD_STORE
-
-
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
-