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 JCacheIdentifierAbstractCoherenceBasedCache. getIdentifier()JCacheIdentifierCoherenceBasedCache. 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 CoherenceBasedCompleteConfigurationCoherenceBasedCacheManager. getCacheToConfigurationMapping(JCacheIdentifier cacheId)Provide access to meta cache that maps JCache cache names to JCache configuration.voidCoherenceBasedCacheManager. putCacheToConfigurationMapping(JCacheIdentifier cacheId, CoherenceBasedCompleteConfiguration config)put entry with key of sNamevoidCoherenceBasedCacheManager. 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 JCacheIdentifierContextJCacheStatistics. getIdentifier()JCacheIdentifierJCacheStatistics. 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 ObjectNameMBeanServerRegistrationUtility. 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 JCacheContextJCacheContext. getContext(ResourceRegistry reg, JCacheIdentifier cacheId)Get a JCacheContext forcacheIdinResourceRegistrystatic JCacheContextJCacheContext. getContext(ResourceRegistry reg, JCacheIdentifier cacheId, javax.cache.configuration.CompleteConfiguration config)Get or Create a JCacheContext forcacheIdinResourceRegistrystatic voidJCacheContext. unregister(ResourceRegistry reg, JCacheIdentifier cacheId)static voidMBeanServerRegistrationUtility. 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 cacheidJCacheContext(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 JCacheIdentifierLocalCache. 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 JCacheIdentifierPartitionedCache. getIdentifier()JCacheIdentifierPartitionedJCacheStatistics. getIdentifier()Methods in com.tangosol.coherence.jcache.partitionedcache with parameters of type JCacheIdentifier Modifier and Type Method Description static voidPartitionedCache. destroyCache(CoherenceBasedCacheManager mgr, JCacheIdentifier id)Destroy a partitioned cache when there is no PartitionedCache object.static voidPartitionedCache. 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.CacheStatisticsExtractorto 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 JCacheIdentifierPassThroughCache. 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 JCacheIdentifierRemoteCache. getIdentifier()
-