Uses of Interface
com.tangosol.coherence.jcache.CoherenceBasedConfiguration
-
Packages that use CoherenceBasedConfiguration 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.passthroughcache Contains classes related to pass-through cache implementation of Coherence JCache.com.tangosol.coherence.jcache.remotecache Contains classes related to remote cache implementation of Coherence JCache. -
-
Uses of CoherenceBasedConfiguration in com.tangosol.coherence.jcache
Classes in com.tangosol.coherence.jcache with type parameters of type CoherenceBasedConfiguration Modifier and Type Class Description class
AbstractCoherenceBasedCache<K,V,C extends CoherenceBasedConfiguration<K,V>>
The base implementation of aCoherenceBasedCache
.Subinterfaces of CoherenceBasedConfiguration in com.tangosol.coherence.jcache Modifier and Type Interface Description interface
CoherenceBasedCompleteConfiguration<K,V>
An Coherence-basedCompleteConfiguration
that provides setter methods.Classes in com.tangosol.coherence.jcache that implement CoherenceBasedConfiguration Modifier and Type Class Description class
AbstractCoherenceBasedCompleteConfiguration<K,V>
A base implementation of aCoherenceBasedCompleteConfiguration
.Fields in com.tangosol.coherence.jcache declared as CoherenceBasedConfiguration Modifier and Type Field Description protected C
AbstractCoherenceBasedCache. m_configuration
TheConfiguration
for theCoherenceBasedCache
.Methods in com.tangosol.coherence.jcache that return CoherenceBasedConfiguration Modifier and Type Method Description protected <K,V>
CoherenceBasedConfiguration<K,V>CoherenceBasedCachingProvider. convertConfiguration(javax.cache.configuration.Configuration<K,V> cfg, ClassLoader classLoader)
Converts aConfiguration
into aCoherenceBasedConfiguration
so that we may createCoherenceBasedCache
s. -
Uses of CoherenceBasedConfiguration in com.tangosol.coherence.jcache.localcache
Classes in com.tangosol.coherence.jcache.localcache that implement CoherenceBasedConfiguration 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 CoherenceBasedConfiguration in com.tangosol.coherence.jcache.partitionedcache
Classes in com.tangosol.coherence.jcache.partitionedcache that implement CoherenceBasedConfiguration 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 CoherenceBasedConfiguration in com.tangosol.coherence.jcache.passthroughcache
Classes in com.tangosol.coherence.jcache.passthroughcache that implement CoherenceBasedConfiguration Modifier and Type Class Description class
PassThroughCacheConfiguration<K,V>
-
Uses of CoherenceBasedConfiguration in com.tangosol.coherence.jcache.remotecache
Classes in com.tangosol.coherence.jcache.remotecache that implement CoherenceBasedConfiguration Modifier and Type Class Description class
RemoteCacheConfiguration<K,V>
AConfiguration
for aCache
based on a Coherence <remote-scheme>, or more specifically aNamedCache
.
-