Interface InfinispanProperties
public interface InfinispanProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSpecifies the JNDI name under which theEmbeddedCacheManagerto use is bound.static final Stringstatic final StringName of the configuration that should be used for collection caches.static final Stringstatic final StringDefault value forENTITY_CACHE_RESOURCE_PROP.static final StringDefault value forINFINISPAN_CONFIG_RESOURCE_PROP.static final StringDefault value forPENDING_PUTS_CACHE_RESOURCE_PROPstatic final StringDefault value forQUERY_CACHE_RESOURCE_PROP.static final StringDefault value forTIMESTAMPS_CACHE_RESOURCE_PROP.static final booleanDefault value forINFINISPAN_USE_SYNCHRONIZATION_PROP.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringName of the configuration that should be used for entity caches.static final Stringstatic final StringName of the configuration that should be used for immutable entity caches.static final StringDefault configuration for cases where non-clustered cache manager is provided.static final StringClasspath or filesystem resource containing Infinispan configurations the factory should use.static final StringProperty name that controls whether Infinispan statistics are enabled.static final StringDeprecated.Infinispan Second Level Cache is designed to always register as synchronization on transactional caches, or use non-transactional caches.static final Stringstatic final Stringstatic final Stringstatic final StringName of the configuration that should be used for natural id caches.static final Stringstatic final StringDeprecated.UseDEF_PENDING_PUTS_RESOURCEinstead.static final StringName of the configuration that should be used for pending-puts caches.static final Stringstatic final Stringstatic final StringName of the configuration that should be used for query caches.static final Stringstatic final Stringstatic final StringName of the configuration that should be used for timestamp caches.static final String
-
Field Details
-
PREFIX
- See Also:
-
CONFIG_SUFFIX
- See Also:
-
DEPRECATED_STRATEGY_SUFFIX
- See Also:
-
SIZE_SUFFIX
- See Also:
-
DEPRECATED_WAKE_UP_INTERVAL_SUFFIX
- See Also:
-
DEPRECATED_MAX_ENTRIES_SUFFIX
- See Also:
-
WAKE_UP_INTERVAL_SUFFIX
- See Also:
-
LIFESPAN_SUFFIX
- See Also:
-
MAX_IDLE_SUFFIX
- See Also:
-
ENTITY
- See Also:
-
NATURAL_ID
- See Also:
-
COLLECTION
- See Also:
-
IMMUTABLE_ENTITY
- See Also:
-
TIMESTAMPS
- See Also:
-
QUERY
- See Also:
-
PENDING_PUTS
- See Also:
-
INFINISPAN_CONFIG_RESOURCE_PROP
Classpath or filesystem resource containing Infinispan configurations the factory should use. -
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:
-
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:
-
NATURAL_ID_CACHE_RESOURCE_PROP
Name of the configuration that should be used for natural id caches.- See Also:
-
ENTITY_CACHE_RESOURCE_PROP
Name of the configuration that should be used for entity caches.- See Also:
-
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:
-
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
Name of the configuration that should be used for timestamp caches.- See Also:
-
QUERY_CACHE_RESOURCE_PROP
Name of the configuration that should be used for query caches.- See Also:
-
PENDING_PUTS_CACHE_RESOURCE_PROP
Name of the configuration that should be used for pending-puts caches. -
DEF_INFINISPAN_CONFIG_RESOURCE
Default value forINFINISPAN_CONFIG_RESOURCE_PROP. Specifies the "infinispan-configs.xml" file in this package.- See Also:
-
INFINISPAN_CONFIG_LOCAL_RESOURCE
Default configuration for cases where non-clustered cache manager is provided.- See Also:
-
DEF_ENTITY_RESOURCE
Default value forENTITY_CACHE_RESOURCE_PROP.- See Also:
-
DEF_TIMESTAMPS_RESOURCE
Default value forTIMESTAMPS_CACHE_RESOURCE_PROP.- See Also:
-
DEF_QUERY_RESOURCE
Default value forQUERY_CACHE_RESOURCE_PROP.- See Also:
-
DEF_PENDING_PUTS_RESOURCE
Default value forPENDING_PUTS_CACHE_RESOURCE_PROP- See Also:
-
PENDING_PUTS_CACHE_NAME
Deprecated.UseDEF_PENDING_PUTS_RESOURCEinstead.- See Also:
-
DEF_USE_SYNCHRONIZATION
static final boolean DEF_USE_SYNCHRONIZATIONDefault value forINFINISPAN_USE_SYNCHRONIZATION_PROP.- See Also:
-
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:
-