Interface InfinispanProperties
-
public interface InfinispanProperties
-
-
Field Summary
Fields Modifier and Type Field Description static String
CACHE_MANAGER_RESOURCE_PROP
Specifies the JNDI name under which theEmbeddedCacheManager
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 forENTITY_CACHE_RESOURCE_PROP
.static String
DEF_INFINISPAN_CONFIG_RESOURCE
Default value forINFINISPAN_CONFIG_RESOURCE_PROP
.static String
DEF_PENDING_PUTS_RESOURCE
Default value forPENDING_PUTS_CACHE_RESOURCE_PROP
static String
DEF_QUERY_RESOURCE
Default value forQUERY_CACHE_RESOURCE_PROP
.static String
DEF_TIMESTAMPS_RESOURCE
Default value forTIMESTAMPS_CACHE_RESOURCE_PROP
.static boolean
DEF_USE_SYNCHRONIZATION
Default value forINFINISPAN_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.UseDEF_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
-
-
-
Field Detail
-
PREFIX
static final String PREFIX
- See Also:
- Constant Field Values
-
CONFIG_SUFFIX
static final String CONFIG_SUFFIX
- See Also:
- Constant Field Values
-
DEPRECATED_STRATEGY_SUFFIX
static final String DEPRECATED_STRATEGY_SUFFIX
- See Also:
- Constant Field Values
-
SIZE_SUFFIX
static final String SIZE_SUFFIX
- See Also:
- Constant Field Values
-
DEPRECATED_WAKE_UP_INTERVAL_SUFFIX
static final String DEPRECATED_WAKE_UP_INTERVAL_SUFFIX
- See Also:
- Constant Field Values
-
DEPRECATED_MAX_ENTRIES_SUFFIX
static final String DEPRECATED_MAX_ENTRIES_SUFFIX
- See Also:
- Constant Field Values
-
WAKE_UP_INTERVAL_SUFFIX
static final String WAKE_UP_INTERVAL_SUFFIX
- See Also:
- Constant Field Values
-
LIFESPAN_SUFFIX
static final String LIFESPAN_SUFFIX
- See Also:
- Constant Field Values
-
MAX_IDLE_SUFFIX
static final String MAX_IDLE_SUFFIX
- See Also:
- Constant Field Values
-
ENTITY
static final String ENTITY
- See Also:
- Constant Field Values
-
NATURAL_ID
static final String NATURAL_ID
- See Also:
- Constant Field Values
-
COLLECTION
static final String COLLECTION
- See Also:
- Constant Field Values
-
IMMUTABLE_ENTITY
static final String IMMUTABLE_ENTITY
- See Also:
- Constant Field Values
-
TIMESTAMPS
static final String TIMESTAMPS
- See Also:
- Constant Field Values
-
QUERY
static final String QUERY
- See Also:
- Constant Field Values
-
PENDING_PUTS
static final String PENDING_PUTS
- See Also:
- Constant Field Values
-
INFINISPAN_CONFIG_RESOURCE_PROP
static final String INFINISPAN_CONFIG_RESOURCE_PROP
Classpath or filesystem resource containing Infinispan configurations the factory should use.
-
INFINISPAN_GLOBAL_STATISTICS_PROP
static final String INFINISPAN_GLOBAL_STATISTICS_PROP
Property name that controls whether Infinispan statistics are enabled. The property value is expected to be a boolean true or false, and it overrides statistic configuration in base Infinispan configuration, if provided.- See Also:
- Constant Field Values
-
INFINISPAN_USE_SYNCHRONIZATION_PROP
@Deprecated static final 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.Property that controls whether Infinispan should interact with the transaction manager as aSynchronization
or as an XA resource.- See Also:
DEF_USE_SYNCHRONIZATION
, Constant Field Values
-
NATURAL_ID_CACHE_RESOURCE_PROP
static final String NATURAL_ID_CACHE_RESOURCE_PROP
Name of the configuration that should be used for natural id caches.- See Also:
DEF_ENTITY_RESOURCE
, Constant Field Values
-
ENTITY_CACHE_RESOURCE_PROP
static final String ENTITY_CACHE_RESOURCE_PROP
Name of the configuration that should be used for entity caches.- See Also:
DEF_ENTITY_RESOURCE
, Constant Field Values
-
IMMUTABLE_ENTITY_CACHE_RESOURCE_PROP
static final String IMMUTABLE_ENTITY_CACHE_RESOURCE_PROP
Name of the configuration that should be used for immutable entity caches. Defaults to the same configuration asENTITY_CACHE_RESOURCE_PROP
-DEF_ENTITY_RESOURCE
- See Also:
- Constant Field Values
-
COLLECTION_CACHE_RESOURCE_PROP
static final String COLLECTION_CACHE_RESOURCE_PROP
Name of the configuration that should be used for collection caches. No default value, as by default we try to use the same Infinispan cache instance we use for entity caching.
-
TIMESTAMPS_CACHE_RESOURCE_PROP
static final String TIMESTAMPS_CACHE_RESOURCE_PROP
Name of the configuration that should be used for timestamp caches.- See Also:
DEF_TIMESTAMPS_RESOURCE
, Constant Field Values
-
QUERY_CACHE_RESOURCE_PROP
static final String QUERY_CACHE_RESOURCE_PROP
Name of the configuration that should be used for query caches.- See Also:
DEF_QUERY_RESOURCE
, Constant Field Values
-
PENDING_PUTS_CACHE_RESOURCE_PROP
static final String PENDING_PUTS_CACHE_RESOURCE_PROP
Name of the configuration that should be used for pending-puts caches.- See Also:
DEF_PENDING_PUTS_RESOURCE
, Constant Field Values
-
DEF_INFINISPAN_CONFIG_RESOURCE
static final String DEF_INFINISPAN_CONFIG_RESOURCE
Default value forINFINISPAN_CONFIG_RESOURCE_PROP
. Specifies the "infinispan-configs.xml" file in this package.- See Also:
- Constant Field Values
-
INFINISPAN_CONFIG_LOCAL_RESOURCE
static final String INFINISPAN_CONFIG_LOCAL_RESOURCE
Default configuration for cases where non-clustered cache manager is provided.- See Also:
- Constant Field Values
-
DEF_ENTITY_RESOURCE
static final String DEF_ENTITY_RESOURCE
Default value forENTITY_CACHE_RESOURCE_PROP
.- See Also:
- Constant Field Values
-
DEF_TIMESTAMPS_RESOURCE
static final String DEF_TIMESTAMPS_RESOURCE
Default value forTIMESTAMPS_CACHE_RESOURCE_PROP
.- See Also:
- Constant Field Values
-
DEF_QUERY_RESOURCE
static final String DEF_QUERY_RESOURCE
Default value forQUERY_CACHE_RESOURCE_PROP
.- See Also:
- Constant Field Values
-
DEF_PENDING_PUTS_RESOURCE
static final String DEF_PENDING_PUTS_RESOURCE
Default value forPENDING_PUTS_CACHE_RESOURCE_PROP
- See Also:
- Constant Field Values
-
PENDING_PUTS_CACHE_NAME
@Deprecated static final String PENDING_PUTS_CACHE_NAME
Deprecated.UseDEF_PENDING_PUTS_RESOURCE
instead.- See Also:
- Constant Field Values
-
DEF_USE_SYNCHRONIZATION
static final boolean DEF_USE_SYNCHRONIZATION
Default value forINFINISPAN_USE_SYNCHRONIZATION_PROP
.- See Also:
- Constant Field Values
-
CACHE_MANAGER_RESOURCE_PROP
static final String CACHE_MANAGER_RESOURCE_PROP
Specifies the JNDI name under which theEmbeddedCacheManager
to use is bound. There is no default value -- the user must specify the property.- See Also:
- Constant Field Values
-
-