Package com.tangosol.coherence.jcache
Class Constants
java.lang.Object
com.tangosol.coherence.jcache.Constants
Constants used by the Coherence JCache Adapter.
- Since:
- Coherence 12.1.3
- Author:
- jf 2013.12.19
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The system property to specify an alternativeDEFAULT_COHERENCE_JCACHE_CONFIGURATION_URI
.static final String
The system property to specify the Coherence-based JCache Configuration class to use as the default type of JCache Configuration when a standard (non-Coherence-based) JCache configuration is provided.static final String
The uri of the Coherence Cache Configuration file to use as the default when one is not specified by an application.static final String
The uri of the Coherence Cache Configuration file to use as the default when one is not specified by an application and the propertyDEFAULT_COHERENCE_JCACHE_CONFIGURATION_CLASS_NAME_SYSTEM_PROPERTY
is "remote" or "extend" orRemoteCacheConfiguration
.static final javax.cache.expiry.Duration
The default expiryDuration
.static final String
By default, throttle constant updating of JCacheStatistics across storage-enabled members of a PartitionedCache.static final String
Override default refreshtime duration for partitioned cache to aggregate cache statistics over the cluster. -
Constructor Summary
-
Method Summary
-
Field Details
-
DEFAULT_COHERENCE_JCACHE_CONFIGURATION_URI
The uri of the Coherence Cache Configuration file to use as the default when one is not specified by an application.- See Also:
-
DEFAULT_COHERENCE_JCACHE_EXTEND_CLIENT_CONFIGURATION_URI
The uri of the Coherence Cache Configuration file to use as the default when one is not specified by an application and the propertyDEFAULT_COHERENCE_JCACHE_CONFIGURATION_CLASS_NAME_SYSTEM_PROPERTY
is "remote" or "extend" orRemoteCacheConfiguration
.- See Also:
-
DEFAULT_COHERENCE_CONFIGURATION_URI_SYSTEM_PROPERTY
The system property to specify an alternativeDEFAULT_COHERENCE_JCACHE_CONFIGURATION_URI
.This uri should contain a coherence configuration element with a JCache Namespace defined.
- See Also:
-
DEFAULT_COHERENCE_JCACHE_CONFIGURATION_CLASS_NAME_SYSTEM_PROPERTY
The system property to specify the Coherence-based JCache Configuration class to use as the default type of JCache Configuration when a standard (non-Coherence-based) JCache configuration is provided.Often this is simply an alias to actual class names. Currently there are five defined aliases; "local", "partitioned" and "extend" or "remote", "passthrough"
When not set a default of "local" is assumed.
- See Also:
-
PARTITIONED_CACHE_STATISTICS_REFRESHTIME_SYSTEM_PROPERTY
Override default refreshtime duration for partitioned cache to aggregate cache statistics over the cluster. Format for string is documented atDuration(String)
.- See Also:
-
DEFAULT_PARTITIONED_CACHE_STATISTICS_REFRESHTIME
By default, throttle constant updating of JCacheStatistics across storage-enabled members of a PartitionedCache. Format for string is documented atDuration(String)
.- See Also:
-
DEFAULT_EXPIRY_DURATION
public static final javax.cache.expiry.Duration DEFAULT_EXPIRY_DURATIONThe default expiryDuration
.
-
-
Constructor Details
-
Constants
public Constants()
-