See: Description
| Class | Description |
|---|---|
| PartitionedCache<K,V> |
JCache of Key, Value pairs implemented over distributed cache.
|
| PartitionedCache.EntryIterator<K,V> |
JCache Entry iterator
|
| PartitionedCacheAsynchronousMapListener<K,V> |
MapListener for coherence cache to implement jcache map events.
|
| PartitionedCacheAsynchronousMapListener.NonSyntheticEntryFilter |
NonSyntheticEntryFilter
|
| PartitionedCacheBinaryEntryStore<K,V> |
Generic Coherence BinaryEntryStore for Coherence JCache Adapter.
|
| PartitionedCacheConfiguration<K,V> |
A
Configuration for a
Cache based on a Coherence <distributed-scheme>
or more specifically a partitioned (aka: distributed)
NamedCache. |
| PartitionedCacheConfigurationMapListener |
MapListener for meta-information about JCache
PartitionedCache instances. |
| PartitionedCacheSynchronousMapListener<K,V> |
Synchronous version of PartitionedCacheAsynchronousMapListener.
|
| PartitionedCacheSyntheticDeleteMapListener<K,V> |
MapListener for coherence cache to generate JCache ExpiryEvents.
|
| PartitionedCacheSyntheticDeleteMapListener.JCacheExpiryEntryFilter<T> |
Server side filter for JCache ExpiryCacheEvents.
|
| PartitionedJCacheStatistics |
compute cache statistics across all storage-enabled data members.
|
| PartitionedJCacheStatistics.CacheStatisticsExtractor |
Get CacheStatistics from binEntry's context for JCache id.
|
| PartitionedJCacheStatistics.PartitionedCacheStatisticsAggregator |
Collect JCache CacheStatistics from all storage-enabled members.
|
| PartitionedJCacheStatistics.PartitionedCacheStatisticsClear |
Clear JCache CacheStatistics from all storage-enabled members.
|