Uses of Class
com.tangosol.coherence.jcache.common.JCacheIdentifier
Package
Description
Contains classes related to Coherence JCache.
Common utilities used by Coherence JCache.
Contains classes related to local cache implementation of Coherence JCache.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains classes related to pass-through cache implementation of Coherence JCache.
Contains classes related to remote cache implementation of Coherence JCache.
-
Uses of JCacheIdentifier in com.tangosol.coherence.jcache
Modifier and TypeMethodDescriptionabstract JCacheIdentifier
AbstractCoherenceBasedCache.getIdentifier()
CoherenceBasedCache.getIdentifier()
Obtain the internal identifier used for JCache caches.Modifier and TypeMethodDescriptionCoherenceBasedCacheManager.getCacheToConfigurationMapping
(JCacheIdentifier cacheId) Provide access to meta cache that maps JCache cache names to JCache configuration.void
CoherenceBasedCacheManager.putCacheToConfigurationMapping
(JCacheIdentifier cacheId, CoherenceBasedCompleteConfiguration config) put entry with key of sNamevoid
CoherenceBasedCacheManager.removeCacheToConfigurationMapping
(JCacheIdentifier cacheId) remove entry with key of sName -
Uses of JCacheIdentifier in com.tangosol.coherence.jcache.common
Modifier and TypeMethodDescriptionContextJCacheStatistics.getIdentifier()
JCacheStatistics.getIdentifier()
Get unique JCacheIdentifier for cache that these statistics are for.Modifier and TypeMethodDescriptionstatic ObjectName
MBeanServerRegistrationUtility.calculateObjectName
(CoherenceBasedCacheManager mgr, JCacheIdentifier id, MBeanServerRegistrationUtility.ObjectNameType objectNameType) Creates an object name using the scheme "javax.cache:type=Cache<Statistics|Configuration>,CacheManager=<cacheManagerName>,Cache=<cacheName>"static JCacheContext
JCacheContext.getContext
(ResourceRegistry reg, JCacheIdentifier cacheId) Get a JCacheContext forcacheId
inResourceRegistry
static JCacheContext
JCacheContext.getContext
(ResourceRegistry reg, JCacheIdentifier cacheId, javax.cache.configuration.CompleteConfiguration config) Get or Create a JCacheContext forcacheId
inResourceRegistry
static void
JCacheContext.unregister
(ResourceRegistry reg, JCacheIdentifier cacheId) static void
MBeanServerRegistrationUtility.unregisterCacheObject
(CoherenceBasedCacheManager mgr, JCacheIdentifier id, MBeanServerRegistrationUtility.ObjectNameType objectNameType) Removes registered JCache MBean for a CacheModifierConstructorDescriptionConstructs JCacheStatistics for cacheid
protected
JCacheContext
(JCacheIdentifier id, javax.cache.configuration.CompleteConfiguration config) Constructs a context for a JCache cache on each coherence storage node. -
Uses of JCacheIdentifier in com.tangosol.coherence.jcache.localcache
-
Uses of JCacheIdentifier in com.tangosol.coherence.jcache.partitionedcache
Modifier and TypeMethodDescriptionPartitionedCache.getIdentifier()
PartitionedJCacheStatistics.getIdentifier()
Modifier and TypeMethodDescriptionstatic void
PartitionedCache.destroyCache
(CoherenceBasedCacheManager mgr, JCacheIdentifier id) Destroy a partitioned cache when there is no PartitionedCache object.static void
PartitionedCache.destroyCache
(CoherenceBasedCacheManager mgr, JCacheIdentifier id, NamedCache namedCache) Destroy a partitioned cache.ModifierConstructorDescriptionConstructsPartitionedJCacheStatistics.CacheStatisticsExtractor
to get JCacheStatistics associated with id.PartitionedCacheStatisticsAggregator
(JCacheIdentifier id, ValueExtractor valueExtractor) Constructs an aggregator to aggregate JCache Cache Statistics from all storage-enabled servers for a JCache implemented as a Partitioned Cache.PartitionedCacheStatisticsClear
(JCacheIdentifier id, ValueExtractor valueExtractor) Constructs an aggregator to aggregate JCache Cache Statistics from all storage-enabled servers for a JCache implemented as a Partitioned Cache. -
Uses of JCacheIdentifier in com.tangosol.coherence.jcache.passthroughcache
-
Uses of JCacheIdentifier in com.tangosol.coherence.jcache.remotecache