Interface InfinispanProperties
-
public interface InfinispanProperties
-
-
Field Summary
Fields Modifier and Type Field Description static StringCACHE_MANAGER_RESOURCE_PROPSpecifies the JNDI name under which theEmbeddedCacheManagerto use is bound.static StringCOLLECTIONstatic StringCOLLECTION_CACHE_RESOURCE_PROPName of the configuration that should be used for collection caches.static StringCONFIG_SUFFIXstatic StringDEF_ENTITY_RESOURCEDefault value forENTITY_CACHE_RESOURCE_PROP.static StringDEF_INFINISPAN_CONFIG_RESOURCEDefault value forINFINISPAN_CONFIG_RESOURCE_PROP.static StringDEF_PENDING_PUTS_RESOURCEDefault value forPENDING_PUTS_CACHE_RESOURCE_PROPstatic StringDEF_QUERY_RESOURCEDefault value forQUERY_CACHE_RESOURCE_PROP.static StringDEF_TIMESTAMPS_RESOURCEDefault value forTIMESTAMPS_CACHE_RESOURCE_PROP.static booleanDEF_USE_SYNCHRONIZATIONDefault value forINFINISPAN_USE_SYNCHRONIZATION_PROP.static StringDEPRECATED_MAX_ENTRIES_SUFFIXstatic StringDEPRECATED_STRATEGY_SUFFIXstatic StringDEPRECATED_WAKE_UP_INTERVAL_SUFFIXstatic StringENTITYstatic StringENTITY_CACHE_RESOURCE_PROPName of the configuration that should be used for entity caches.static StringIMMUTABLE_ENTITYstatic StringIMMUTABLE_ENTITY_CACHE_RESOURCE_PROPName of the configuration that should be used for immutable entity caches.static StringINFINISPAN_CONFIG_LOCAL_RESOURCEDefault configuration for cases where non-clustered cache manager is provided.static StringINFINISPAN_CONFIG_RESOURCE_PROPClasspath or filesystem resource containing Infinispan configurations the factory should use.static StringINFINISPAN_GLOBAL_STATISTICS_PROPProperty name that controls whether Infinispan statistics are enabled.static StringINFINISPAN_USE_SYNCHRONIZATION_PROPDeprecated.Infinispan Second Level Cache is designed to always register as synchronization on transactional caches, or use non-transactional caches.static StringLIFESPAN_SUFFIXstatic StringMAX_IDLE_SUFFIXstatic StringNATURAL_IDstatic StringNATURAL_ID_CACHE_RESOURCE_PROPName of the configuration that should be used for natural id caches.static StringPENDING_PUTSstatic StringPENDING_PUTS_CACHE_NAMEDeprecated.UseDEF_PENDING_PUTS_RESOURCEinstead.static StringPENDING_PUTS_CACHE_RESOURCE_PROPName of the configuration that should be used for pending-puts caches.static StringPREFIXstatic StringQUERYstatic StringQUERY_CACHE_RESOURCE_PROPName of the configuration that should be used for query caches.static StringSIZE_SUFFIXstatic StringTIMESTAMPSstatic StringTIMESTAMPS_CACHE_RESOURCE_PROPName of the configuration that should be used for timestamp caches.static StringWAKE_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 aSynchronizationor 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_RESOURCEinstead.- 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 theEmbeddedCacheManagerto use is bound. There is no default value -- the user must specify the property.- See Also:
- Constant Field Values
-
-