Package com.tangosol.coherence.jcache.common
package com.tangosol.coherence.jcache.common
Common utilities used by Coherence JCache.
- Since:
- 12.1.3
-
ClassDescriptionShared implementation between implementations of JCacheStatistics.CoherenceCacheEntry<K,
V> ACache.Entry
implementation.A minimal implementation of theCacheEntryEvent
.An adapter to provideIterable
s over Cache Entries, those of which are filtered using aCacheEntryEventFilter
.AnIterator
s to allow filtering ofCacheEntryEvent
s.A runtime representation of aCacheEntryListener
registration, including itsCacheEntryListenerConfiguration
.Collects and appropriately dispatchesCacheEntryEvent
s toCacheEntryListener
s.CoherenceCacheMXBean<K,V> The Coherence implementation of aCacheMXBean
.AnInternalConverter
that uses two CoherenceConverter
s as a means of performing conversions to and from internal representations.A Coherence-basedEntryProcessorResult
.Helpers for supporting Coherence JCache in Container Environment.AnEventInterceptor
that initializes JCache for running within a container.JCache Statistics implementation.Helper methods for the Coherence JCache implementation.Converts values of a specified type to and from an internal representation.Coherence JCache Context on each storage member node for JCache Cache.Represents the JCache metadata for a key and value pair stored in aCache
.An internal class to represent the unique identity of a JCache cache.Interface for JCache Statistics.A convenience class for registering CacheStatisticsMBeans with an MBeanServer.The type of registered ObjectServer side filter to filter out both coherence and jcache synthetic events.AnInternalConverter
that simply returns a reference to the provided value.AnInternalConverter
that converts values to and from their Coherence-based serializedBinary
representation.