Uses of Interface
com.tangosol.coherence.jcache.CoherenceBasedCompleteConfiguration
-
Packages that use CoherenceBasedCompleteConfiguration Package Description com.tangosol.coherence.jcache Contains classes related to Coherence JCache.com.tangosol.coherence.jcache.localcache Contains classes related to local cache implementation of Coherence JCache.com.tangosol.coherence.jcache.partitionedcache Contains classes related to partitioned cache implementation of Coherence JCache.com.tangosol.coherence.jcache.remotecache Contains classes related to remote cache implementation of Coherence JCache. -
-
Uses of CoherenceBasedCompleteConfiguration in com.tangosol.coherence.jcache
Classes in com.tangosol.coherence.jcache that implement CoherenceBasedCompleteConfiguration Modifier and Type Class Description class
AbstractCoherenceBasedCompleteConfiguration<K,V>
A base implementation of aCoherenceBasedCompleteConfiguration
.Methods in com.tangosol.coherence.jcache that return CoherenceBasedCompleteConfiguration Modifier and Type Method Description CoherenceBasedCompleteConfiguration
CoherenceBasedCacheManager. getCacheToConfigurationMapping(JCacheIdentifier cacheId)
Provide access to meta cache that maps JCache cache names to JCache configuration.Methods in com.tangosol.coherence.jcache with parameters of type CoherenceBasedCompleteConfiguration Modifier and Type Method Description void
CoherenceBasedCacheManager. putCacheToConfigurationMapping(JCacheIdentifier cacheId, CoherenceBasedCompleteConfiguration config)
put entry with key of sName -
Uses of CoherenceBasedCompleteConfiguration in com.tangosol.coherence.jcache.localcache
Classes in com.tangosol.coherence.jcache.localcache that implement CoherenceBasedCompleteConfiguration Modifier and Type Class Description class
LocalCacheConfiguration<K,V>
AConfiguration
for aCache
based on a Coherence <local-scheme>, or more specifically an in-processNamedCache
. -
Uses of CoherenceBasedCompleteConfiguration in com.tangosol.coherence.jcache.partitionedcache
Classes in com.tangosol.coherence.jcache.partitionedcache that implement CoherenceBasedCompleteConfiguration Modifier and Type Class Description class
PartitionedCacheConfiguration<K,V>
AConfiguration
for aCache
based on a Coherence <distributed-scheme> or more specifically a partitioned (aka: distributed)NamedCache
. -
Uses of CoherenceBasedCompleteConfiguration in com.tangosol.coherence.jcache.remotecache
Classes in com.tangosol.coherence.jcache.remotecache that implement CoherenceBasedCompleteConfiguration Modifier and Type Class Description class
RemoteCacheConfiguration<K,V>
AConfiguration
for aCache
based on a Coherence <remote-scheme>, or more specifically aNamedCache
.
-