See: Description
| Interface | Description |
|---|---|
| InternalConverter<T> |
Converts values of a specified type to and from an internal representation.
|
| JCacheStatistics |
Interface for JCache Statistics.
|
| Class | Description |
|---|---|
| AbstractJCacheStatistics |
Shared implementation between implementations of JCacheStatistics.
|
| CoherenceCacheEntry<K,V> |
A
Cache.Entry implementation. |
| CoherenceCacheEntryEvent<K,V> |
A minimal implementation of the
CacheEntryEvent. |
| CoherenceCacheEntryEventFilteringIterable<K,V> |
An adapter to provide
Iterables over Cache Entries, those of which
are filtered using a CacheEntryEventFilter. |
| CoherenceCacheEntryEventFilteringIterator<K,V> |
An
Iterators to allow filtering of CacheEntryEvents. |
| CoherenceCacheEntryListenerRegistration<K,V> |
A runtime representation of a
CacheEntryListener registration, including
its CacheEntryListenerConfiguration. |
| CoherenceCacheEventEventDispatcher<K,V> |
Collects and appropriately dispatches
CacheEntryEvents to
CacheEntryListeners. |
| CoherenceCacheMXBean<K,V> |
The Coherence implementation of a
CacheMXBean. |
| CoherenceConverterAdapter<T> |
An
InternalConverter that uses two Coherence Converters
as a means of performing conversions to and from internal representations. |
| CoherenceEntryProcessorResult<T> |
A Coherence-based
EntryProcessorResult. |
| ContainerHelper |
Helpers for supporting Coherence JCache in Container Environment.
|
| ContainerHelper.JCacheLifecycleInterceptor |
An
EventInterceptor 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 a
Cache. |
| 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> |
An
InternalConverter that simply returns a reference to the
provided value. |
| SerializingInternalConverter<T> |
An
InternalConverter that converts values to and from their
Coherence-based serialized Binary representation. |
| Enum | Description |
|---|---|
| MBeanServerRegistrationUtility.ObjectNameType |
The type of registered Object
|