|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Attribute>
org.infinispan.configuration.parsing.Attribute
public enum Attribute
Enumerates the attributes used in Infinispan
Method Summary | |
---|---|
static Attribute |
forName(String localName)
|
String |
getLocalName()
Get the local name of this element. |
static Attribute |
valueOf(String name)
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Attribute UNKNOWN
public static final Attribute AFTER
public static final Attribute ALLOW_DUPLICATE_DOMAINS
public static final Attribute ALWAYS_PROVIDE_IN_MEMORY_STATE
public static final Attribute ASYNC_MARSHALLING
public static final Attribute AUTO_COMMIT
public static final Attribute BEFORE
public static final Attribute CACHE_MANAGER_NAME
public static final Attribute CACHE_STOP_TIMEOUT
public static final Attribute CHUNK_SIZE
public static final Attribute CLASS
public static final Attribute CLUSTER_NAME
public static final Attribute CONCURRENCY_LEVEL
public static final Attribute DISTRIBUTED_SYNC_TIMEOUT
public static final Attribute EAGER_LOCK_SINGLE_NODE
public static final Attribute ENABLED
public static final Attribute EXTERNALIZER_CLASS
public static final Attribute FACTORY
public static final Attribute FETCH_IN_MEMORY_STATE
public static final Attribute FETCH_PERSISTENT_STATE
public static final Attribute FLUSH_LOCK_TIMEOUT
public static final Attribute HASH_FUNCTION_CLASS
public static final Attribute HASH_SEED_CLASS
public static final Attribute HOOK_BEHAVIOR
public static final Attribute ID
public static final Attribute IGNORE_MODIFICATIONS
public static final Attribute INDEX
public static final Attribute INDEX_LOCAL_ONLY
public static final Attribute INITIAL_RETRY_WAIT_TIME
public static final Attribute INVALIDATION_THRESHOLD
public static final Attribute ISOLATION_LEVEL
public static final Attribute JMX_DOMAIN
public static final Attribute LIFESPAN
public static final Attribute INVALIDATION_CLEANUP_TASK_FREQUENCY
public static final Attribute LOCK_ACQUISITION_TIMEOUT
public static final Attribute LOCKING_MODE
public static final Attribute LOG_FLUSH_TIMEOUT
public static final Attribute MACHINE_ID
public static final Attribute MARSHALLER_CLASS
public static final Attribute MAX_ENTRIES
public static final Attribute MAX_IDLE
public static final Attribute MAX_NON_PROGRESSING_LOG_WRITES
public static final Attribute MBEAN_SERVER_LOOKUP
public static final Attribute MODE
public static final Attribute NODE_NAME
public static final Attribute MODIFICTION_QUEUE_SIZE
public static final Attribute NAME
public static final Attribute NUM_OWNERS
public static final Attribute NUM_RETRIES
public static final Attribute NUM_VIRTUAL_NODES
public static final Attribute ON_REHASH
public static final Attribute PASSIVATION
public static final Attribute POSITION
public static final Attribute PRELOAD
public static final Attribute PURGE_ON_STARTUP
public static final Attribute PURGE_SYNCHRONOUSLY
public static final Attribute PURGER_THREADS
public static final Attribute PUSH_STATE_TIMEOUT
public static final Attribute PUSH_STATE_WHEN_COORDINATOR
public static final Attribute RACK_ID
public static final Attribute REAPER_ENABLED
public static final Attribute RECOVERY_INFO_CACHE_NAME
public static final Attribute REHASH_ENABLED
public static final Attribute REHASH_RPC_TIMEOUT
public static final Attribute REHASH_WAIT
public static final Attribute REPL_QUEUE_INTERVAL
public static final Attribute REPL_QUEUE_CLASS
public static final Attribute REPL_QUEUE_MAX_ELEMENTS
public static final Attribute REPL_TIMEOUT
public static final Attribute RETRY_WAIT_TIME_INCREASE_FACTOR
public static final Attribute SHARED
public static final Attribute SHUTDOWN_TIMEOUT
public static final Attribute SITE_ID
public static final Attribute SPIN_DURATION
public static final Attribute STORE_KEYS_AS_BINARY
public static final Attribute STORE_VALUES_AS_BINARY
public static final Attribute STRATEGY
public static final Attribute SYNC_COMMIT_PHASE
public static final Attribute SYNC_ROLLBACK_PHASE
public static final Attribute STRICT_PEER_TO_PEER
public static final Attribute THREAD_POLICY
public static final Attribute THREAD_POOL_SIZE
public static final Attribute TIMEOUT
public static final Attribute TRANSACTION_MANAGER_LOOKUP_CLASS
public static final Attribute TRANSACTION_MODE
public static final Attribute TRANSPORT_CLASS
public static final Attribute UNRELIABLE_RETURN_VALUES
public static final Attribute USE_EAGER_LOCKING
public static final Attribute USE_LOCK_STRIPING
public static final Attribute USE_REPL_QUEUE
public static final Attribute USE_SYNCHRONIZAION
public static final Attribute VALUE
public static final Attribute VERSION
public static final Attribute WAKE_UP_INTERVAL
public static final Attribute WRITE_SKEW_CHECK
public static final Attribute USE_1PC_FOR_AUTOCOMMIT_TX
public static final Attribute VERSIONING_SCHEME
Method Detail |
---|
public static Attribute[] values()
for (Attribute c : Attribute.values()) System.out.println(c);
public static Attribute valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getLocalName()
public static Attribute forName(String localName)
|
--> | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |