Uses of Class
com.tangosol.coherence.jcache.partitionedcache.PartitionedCache
-
Packages that use PartitionedCache Package Description com.tangosol.coherence.jcache.partitionedcache Contains classes related to partitioned cache implementation of Coherence JCache. -
-
Uses of PartitionedCache in com.tangosol.coherence.jcache.partitionedcache
Fields in com.tangosol.coherence.jcache.partitionedcache declared as PartitionedCache Modifier and Type Field Description protected PartitionedCache<K,V>
PartitionedCacheAsynchronousMapListener. m_cacheSource
Constructors in com.tangosol.coherence.jcache.partitionedcache with parameters of type PartitionedCache Constructor Description EntryIterator(Iterator<Map.Entry<K,V>> iter, PartitionedCache<K,V> cache)
Construct anPartitionedCache.EntryIterator
backed by the specified iterator.PartitionedJCacheStatistics(PartitionedCache cache)
Construct aPartitionedJCacheStatistics
for a distributed cache.
-