public class Constants extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_COHERENCE_CONFIGURATION_URI_SYSTEM_PROPERTYThe system property to specify an alternative  DEFAULT_COHERENCE_JCACHE_CONFIGURATION_URI. | 
| static String | DEFAULT_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 String | DEFAULT_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 String | DEFAULT_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 property  DEFAULT_COHERENCE_JCACHE_CONFIGURATION_CLASS_NAME_SYSTEM_PROPERTYis "remote" or "extend" orRemoteCacheConfiguration. | 
| static javax.cache.expiry.Duration | DEFAULT_EXPIRY_DURATIONThe default expiry  Duration. | 
| static String | DEFAULT_PARTITIONED_CACHE_STATISTICS_REFRESHTIMEBy default, throttle constant updating of JCacheStatistics across storage-enabled members of a PartitionedCache. | 
| static String | PARTITIONED_CACHE_STATISTICS_REFRESHTIME_SYSTEM_PROPERTYOverride default refreshtime duration for partitioned cache to aggregate cache statistics over the cluster. | 
| Constructor and Description | 
|---|
| Constants() | 
public static final String DEFAULT_COHERENCE_JCACHE_CONFIGURATION_URI
public static final String DEFAULT_COHERENCE_JCACHE_EXTEND_CLIENT_CONFIGURATION_URI
DEFAULT_COHERENCE_JCACHE_CONFIGURATION_CLASS_NAME_SYSTEM_PROPERTY is "remote" or "extend" or RemoteCacheConfiguration.public static final String DEFAULT_COHERENCE_CONFIGURATION_URI_SYSTEM_PROPERTY
DEFAULT_COHERENCE_JCACHE_CONFIGURATION_URI.
This uri should contain a coherence configuration element with a JCache Namespace defined.
public static final String DEFAULT_COHERENCE_JCACHE_CONFIGURATION_CLASS_NAME_SYSTEM_PROPERTY
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.
public static final String PARTITIONED_CACHE_STATISTICS_REFRESHTIME_SYSTEM_PROPERTY
Duration.Duration(String). com.tangosol.coherence.jcache.partitionedcache.PartitionedJCacheStatistics#refreshClusterWideJCacheStatistics() }public static final String DEFAULT_PARTITIONED_CACHE_STATISTICS_REFRESHTIME
Duration.Duration(String). PartitionedJCacheStatistics.refreshClusterJCacheStatistics() }public static final javax.cache.expiry.Duration DEFAULT_EXPIRY_DURATION
Duration.