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