public interface InfinispanProperties
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_MANAGER_RESOURCE_PROP
Specifies the JNDI name under which the
EmbeddedCacheManager to use is bound. |
static String |
COLLECTION |
static String |
COLLECTION_CACHE_RESOURCE_PROP
Name of the configuration that should be used for collection caches.
|
static String |
CONFIG_SUFFIX |
static String |
DEF_ENTITY_RESOURCE
Default value for
ENTITY_CACHE_RESOURCE_PROP . |
static String |
DEF_INFINISPAN_CONFIG_RESOURCE
Default value for
INFINISPAN_CONFIG_RESOURCE_PROP . |
static String |
DEF_PENDING_PUTS_RESOURCE
Default value for
PENDING_PUTS_CACHE_RESOURCE_PROP |
static String |
DEF_QUERY_RESOURCE
Default value for
QUERY_CACHE_RESOURCE_PROP . |
static String |
DEF_TIMESTAMPS_RESOURCE
Default value for
TIMESTAMPS_CACHE_RESOURCE_PROP . |
static boolean |
DEF_USE_SYNCHRONIZATION
Default value for
INFINISPAN_USE_SYNCHRONIZATION_PROP . |
static String |
DEPRECATED_MAX_ENTRIES_SUFFIX |
static String |
DEPRECATED_STRATEGY_SUFFIX |
static String |
DEPRECATED_WAKE_UP_INTERVAL_SUFFIX |
static String |
ENTITY |
static String |
ENTITY_CACHE_RESOURCE_PROP
Name of the configuration that should be used for entity caches.
|
static String |
IMMUTABLE_ENTITY |
static String |
IMMUTABLE_ENTITY_CACHE_RESOURCE_PROP
Name of the configuration that should be used for immutable entity caches.
|
static String |
INFINISPAN_CONFIG_LOCAL_RESOURCE
Default configuration for cases where non-clustered cache manager is provided.
|
static String |
INFINISPAN_CONFIG_RESOURCE_PROP
Classpath or filesystem resource containing Infinispan configurations the factory should use.
|
static String |
INFINISPAN_GLOBAL_STATISTICS_PROP
Property name that controls whether Infinispan statistics are enabled.
|
static String |
INFINISPAN_USE_SYNCHRONIZATION_PROP
Deprecated.
Infinispan Second Level Cache is designed to always register as synchronization
on transactional caches, or use non-transactional caches.
|
static String |
LIFESPAN_SUFFIX |
static String |
MAX_IDLE_SUFFIX |
static String |
NATURAL_ID |
static String |
NATURAL_ID_CACHE_RESOURCE_PROP
Name of the configuration that should be used for natural id caches.
|
static String |
PENDING_PUTS |
static String |
PENDING_PUTS_CACHE_NAME
Deprecated.
Use
DEF_PENDING_PUTS_RESOURCE instead. |
static String |
PENDING_PUTS_CACHE_RESOURCE_PROP
Name of the configuration that should be used for pending-puts caches.
|
static String |
PREFIX |
static String |
QUERY |
static String |
QUERY_CACHE_RESOURCE_PROP
Name of the configuration that should be used for query caches.
|
static String |
SIZE_SUFFIX |
static String |
TIMESTAMPS |
static String |
TIMESTAMPS_CACHE_RESOURCE_PROP
Name of the configuration that should be used for timestamp caches.
|
static String |
WAKE_UP_INTERVAL_SUFFIX |
static final String PREFIX
static final String CONFIG_SUFFIX
static final String DEPRECATED_STRATEGY_SUFFIX
static final String SIZE_SUFFIX
static final String DEPRECATED_WAKE_UP_INTERVAL_SUFFIX
static final String DEPRECATED_MAX_ENTRIES_SUFFIX
static final String WAKE_UP_INTERVAL_SUFFIX
static final String LIFESPAN_SUFFIX
static final String MAX_IDLE_SUFFIX
static final String ENTITY
static final String NATURAL_ID
static final String COLLECTION
static final String IMMUTABLE_ENTITY
static final String TIMESTAMPS
static final String QUERY
static final String PENDING_PUTS
static final String INFINISPAN_CONFIG_RESOURCE_PROP
static final String INFINISPAN_GLOBAL_STATISTICS_PROP
@Deprecated static final String INFINISPAN_USE_SYNCHRONIZATION_PROP
Synchronization
or as
an XA resource.DEF_USE_SYNCHRONIZATION
,
Constant Field Valuesstatic final String NATURAL_ID_CACHE_RESOURCE_PROP
DEF_ENTITY_RESOURCE
,
Constant Field Valuesstatic final String ENTITY_CACHE_RESOURCE_PROP
DEF_ENTITY_RESOURCE
,
Constant Field Valuesstatic final String IMMUTABLE_ENTITY_CACHE_RESOURCE_PROP
ENTITY_CACHE_RESOURCE_PROP
- DEF_ENTITY_RESOURCE
static final String COLLECTION_CACHE_RESOURCE_PROP
static final String TIMESTAMPS_CACHE_RESOURCE_PROP
DEF_TIMESTAMPS_RESOURCE
,
Constant Field Valuesstatic final String QUERY_CACHE_RESOURCE_PROP
DEF_QUERY_RESOURCE
,
Constant Field Valuesstatic final String PENDING_PUTS_CACHE_RESOURCE_PROP
DEF_PENDING_PUTS_RESOURCE
,
Constant Field Valuesstatic final String DEF_INFINISPAN_CONFIG_RESOURCE
INFINISPAN_CONFIG_RESOURCE_PROP
. Specifies the "infinispan-configs.xml" file in this package.static final String INFINISPAN_CONFIG_LOCAL_RESOURCE
static final String DEF_ENTITY_RESOURCE
ENTITY_CACHE_RESOURCE_PROP
.static final String DEF_TIMESTAMPS_RESOURCE
TIMESTAMPS_CACHE_RESOURCE_PROP
.static final String DEF_QUERY_RESOURCE
QUERY_CACHE_RESOURCE_PROP
.static final String DEF_PENDING_PUTS_RESOURCE
PENDING_PUTS_CACHE_RESOURCE_PROP
@Deprecated static final String PENDING_PUTS_CACHE_NAME
DEF_PENDING_PUTS_RESOURCE
instead.static final boolean DEF_USE_SYNCHRONIZATION
INFINISPAN_USE_SYNCHRONIZATION_PROP
.static final String CACHE_MANAGER_RESOURCE_PROP
EmbeddedCacheManager
to use is bound.
There is no default value -- the user must specify the property.Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.