Uses of Class
com.tangosol.coherence.jcache.common.JCacheIdentifier
Packages that use 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
Methods in com.tangosol.coherence.jcache that return JCacheIdentifierModifier and TypeMethodDescriptionabstract JCacheIdentifier
AbstractCoherenceBasedCache.getIdentifier()
CoherenceBasedCache.getIdentifier()
Obtain the internal identifier used for JCache caches.Methods in com.tangosol.coherence.jcache with parameters of type JCacheIdentifierModifier 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
Methods in com.tangosol.coherence.jcache.common that return JCacheIdentifierModifier and TypeMethodDescriptionContextJCacheStatistics.getIdentifier()
JCacheStatistics.getIdentifier()
Get unique JCacheIdentifier for cache that these statistics are for.Methods in com.tangosol.coherence.jcache.common with parameters of type JCacheIdentifierModifier 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 CacheConstructors in com.tangosol.coherence.jcache.common with parameters of type JCacheIdentifierModifierConstructorDescriptionConstructs 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
Methods in com.tangosol.coherence.jcache.localcache that return JCacheIdentifier -
Uses of JCacheIdentifier in com.tangosol.coherence.jcache.partitionedcache
Methods in com.tangosol.coherence.jcache.partitionedcache that return JCacheIdentifierModifier and TypeMethodDescriptionPartitionedCache.getIdentifier()
PartitionedJCacheStatistics.getIdentifier()
Methods in com.tangosol.coherence.jcache.partitionedcache with parameters of type JCacheIdentifierModifier 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.Constructors in com.tangosol.coherence.jcache.partitionedcache with parameters of type JCacheIdentifierModifierConstructorDescriptionConstructsPartitionedJCacheStatistics.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
Methods in com.tangosol.coherence.jcache.passthroughcache that return JCacheIdentifier -
Uses of JCacheIdentifier in com.tangosol.coherence.jcache.remotecache
Methods in com.tangosol.coherence.jcache.remotecache that return JCacheIdentifier