Uses of Class
com.tangosol.coherence.jcache.common.JCacheIdentifier
-
Packages that use JCacheIdentifier Package Description com.tangosol.coherence.jcache Contains classes related to Coherence JCache.com.tangosol.coherence.jcache.common Common utilities used by Coherence JCache.com.tangosol.coherence.jcache.localcache Contains classes related to local cache implementation of Coherence JCache.com.tangosol.coherence.jcache.partitionedcache Contains classes related to partitioned cache implementation of Coherence JCache.com.tangosol.coherence.jcache.passthroughcache Contains classes related to pass-through cache implementation of Coherence JCache.com.tangosol.coherence.jcache.remotecache 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 JCacheIdentifier Modifier and Type Method Description abstract JCacheIdentifier
AbstractCoherenceBasedCache. getIdentifier()
JCacheIdentifier
CoherenceBasedCache. getIdentifier()
Obtain the internal identifier used for JCache caches.Methods in com.tangosol.coherence.jcache with parameters of type JCacheIdentifier Modifier and Type Method Description CoherenceBasedCompleteConfiguration
CoherenceBasedCacheManager. 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 JCacheIdentifier Modifier and Type Method Description JCacheIdentifier
ContextJCacheStatistics. getIdentifier()
JCacheIdentifier
JCacheStatistics. getIdentifier()
Get unique JCacheIdentifier for cache that these statistics are for.Methods in com.tangosol.coherence.jcache.common with parameters of type JCacheIdentifier Modifier and Type Method Description static 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 JCacheIdentifier Constructor Description ContextJCacheStatistics(JCacheIdentifier id)
Constructs JCacheStatistics for cacheid
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 Modifier and Type Method Description JCacheIdentifier
LocalCache. getIdentifier()
-
Uses of JCacheIdentifier in com.tangosol.coherence.jcache.partitionedcache
Methods in com.tangosol.coherence.jcache.partitionedcache that return JCacheIdentifier Modifier and Type Method Description JCacheIdentifier
PartitionedCache. getIdentifier()
JCacheIdentifier
PartitionedJCacheStatistics. getIdentifier()
Methods in com.tangosol.coherence.jcache.partitionedcache with parameters of type JCacheIdentifier Modifier and Type Method Description static 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 JCacheIdentifier Constructor Description CacheStatisticsExtractor(JCacheIdentifier id)
ConstructsPartitionedJCacheStatistics.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 Modifier and Type Method Description JCacheIdentifier
PassThroughCache. getIdentifier()
-
Uses of JCacheIdentifier in com.tangosol.coherence.jcache.remotecache
Methods in com.tangosol.coherence.jcache.remotecache that return JCacheIdentifier Modifier and Type Method Description JCacheIdentifier
RemoteCache. getIdentifier()
-