Package com.tangosol.coherence.jcache
Class Constants
- java.lang.Object
 - 
- com.tangosol.coherence.jcache.Constants
 
 
- 
public class Constants extends Object
Constants used by the Coherence JCache Adapter.- Since:
 - Coherence 12.1.3
 - Author:
 - jf 2013.12.19
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_COHERENCE_CONFIGURATION_URI_SYSTEM_PROPERTYThe system property to specify an alternativeDEFAULT_COHERENCE_JCACHE_CONFIGURATION_URI.static StringDEFAULT_COHERENCE_JCACHE_CONFIGURATION_CLASS_NAME_SYSTEM_PROPERTYThe 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 StringDEFAULT_COHERENCE_JCACHE_CONFIGURATION_URIThe uri of the Coherence Cache Configuration file to use as the default when one is not specified by an application.static StringDEFAULT_COHERENCE_JCACHE_EXTEND_CLIENT_CONFIGURATION_URIThe 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_PROPERTYis "remote" or "extend" orRemoteCacheConfiguration.static javax.cache.expiry.DurationDEFAULT_EXPIRY_DURATIONThe default expiryDuration.static StringDEFAULT_PARTITIONED_CACHE_STATISTICS_REFRESHTIMEBy default, throttle constant updating of JCacheStatistics across storage-enabled members of a PartitionedCache.static StringPARTITIONED_CACHE_STATISTICS_REFRESHTIME_SYSTEM_PROPERTYOverride default refreshtime duration for partitioned cache to aggregate cache statistics over the cluster. 
- 
Constructor Summary
Constructors Constructor Description Constants() 
 - 
 
- 
- 
Field Detail
- 
DEFAULT_COHERENCE_JCACHE_CONFIGURATION_URI
public static final String 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:
 - Constant Field Values
 
 
- 
DEFAULT_COHERENCE_JCACHE_EXTEND_CLIENT_CONFIGURATION_URI
public static final String 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_PROPERTYis "remote" or "extend" orRemoteCacheConfiguration.- See Also:
 - Constant Field Values
 
 
- 
DEFAULT_COHERENCE_CONFIGURATION_URI_SYSTEM_PROPERTY
public static final String 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:
 - Constant Field Values
 
 
- 
DEFAULT_COHERENCE_JCACHE_CONFIGURATION_CLASS_NAME_SYSTEM_PROPERTY
public static final String 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.
 
- 
PARTITIONED_CACHE_STATISTICS_REFRESHTIME_SYSTEM_PROPERTY
public static final String 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). 
- 
DEFAULT_PARTITIONED_CACHE_STATISTICS_REFRESHTIME
public static final String 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). 
- 
DEFAULT_EXPIRY_DURATION
public static final javax.cache.expiry.Duration DEFAULT_EXPIRY_DURATION
The default expiryDuration. 
 - 
 
 -