Uses of Interface
com.tangosol.coherence.config.scheme.CachingScheme
-
Packages that use CachingScheme Package Description com.tangosol.coherence.config Defines the Coherence configuration object model for accessing, customizing and or modifying configuration.com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files.com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of CachingScheme in com.tangosol.coherence.config
Methods in com.tangosol.coherence.config that return CachingScheme Modifier and Type Method Description CachingScheme
CacheConfig. findSchemeByCacheName(String sCacheName)
Find theCachingScheme
for the specified cache name. -
Uses of CachingScheme in com.tangosol.coherence.config.scheme
Subinterfaces of CachingScheme in com.tangosol.coherence.config.scheme Modifier and Type Interface Description interface
ObservableCachingScheme
AnObservableCachingScheme
is aCachingScheme
that supports defining and addingMapListener
s to realizedMap
s andNamedCache
s.Classes in com.tangosol.coherence.config.scheme that implement CachingScheme Modifier and Type Class Description class
AbstractCachingScheme<D extends ServiceDependencies>
AnAbstractCachingScheme
is a base implementation for anCachingScheme
.class
AbstractCompositeScheme<T>
TheAbstractCompositeScheme
manages a scheme that is used to build a composite cache consisting of a front map and a back cache/map.class
AbstractJournalScheme<T>
TheAbstractJournalScheme
contains functionality common to all Journal schemes.class
AbstractLocalCachingScheme<T>
TheAbstractLocalCachingScheme
is provides common functionality for local caching schemes, including local-scheme, external-scheme, etc.class
BackingMapScheme
TheBackingMapScheme
class is responsible for building a fully configured instance of a backing map.class
BaseGrpcCacheScheme<S extends Service>
TheBaseGrpcCacheScheme
is responsible for building a remote gRPC cache service.class
BaseGrpcScheme<T extends com.tangosol.internal.net.grpc.DefaultRemoteGrpcServiceDependencies,S extends Service>
TheBaseGrpcScheme
is responsible for building a remote gRPC service.class
CaffeineScheme
TheCaffeineScheme
class is responsible for building a fully configured instance of aCaffeineCache
.class
ClassScheme
TheClassScheme
class is responsible for building customCachingScheme
s and customCacheStoreScheme
s.class
ContinuousQueryCacheScheme
This scheme is internally used to provide theParameterizedBuilder
that constructs theview-filter
for theViewScheme
.class
CustomScheme
class
DistributedScheme
TheDistributedScheme
class builds a distributed cache.class
ExternalScheme
TheExternalScheme
class is responsible for building a fully configured instance of a ExternalCache.class
FlashJournalScheme
TheFlashJournalScheme
is used to create an instance of a Flash Journal map.class
LocalScheme
TheLocalScheme
class is responsible for building a fully configured instance of a LocalCache.class
NearScheme
TheNearScheme
is used to realize (create) an instance of a NearCache.class
OptimisticScheme
TheOptimisticScheme
class builds an optimistic cache.class
OverflowScheme
class
PagedExternalScheme
ThePagedExternalScheme
class is responsible for building a fully configured instance of a PagedExternalCache.class
PagedTopicScheme
APagedTopicScheme
is responsible for building a topic.class
PagedTopicStorageScheme
A scheme that builds the inner scheme of the backing map scheme of a topic.class
ProxyScheme
TheProxyScheme
class builds a Proxy scheme.class
RamJournalScheme
TheRamJournalScheme
is used to create an instance of a Ram Journal map.class
ReadWriteBackingMapScheme
TheRemoteCacheScheme
is responsible for creating a fully configured ReadWriteBackingMap.class
RemoteCacheScheme
TheRemoteCacheScheme
is responsible for building a remote cache.class
ReplicatedScheme
TheReplicatedScheme
class builds replicated cache.class
TransactionalScheme
TheTransactionalScheme
class builds a transactional cache.class
ViewScheme
A Scheme that realizes both services and caches for Coherence 12.2.1.4 feature named 'views'.class
WrapperCachingScheme
A simple implementation of theCachingScheme
interface built as a wrapper around another CachingScheme implementation.Methods in com.tangosol.coherence.config.scheme that return CachingScheme Modifier and Type Method Description CachingScheme
AbstractCompositeScheme. getBackScheme()
Return the back scheme.CachingScheme
WrapperCachingScheme. getCachingScheme()
Obtain the wrappedCachingScheme
.CachingScheme
AbstractCompositeScheme. getFrontScheme()
Return the front scheme.CachingScheme
BackingMapScheme. getInnerScheme()
Return the inner scheme.CachingScheme
ReadWriteBackingMapScheme. getInternalScheme()
Return the scheme which the specifies the map used to cache entries.CachingScheme
PagedTopicScheme. getStorageScheme()
Return theBackingMapScheme
used for the storage of this scheme.CachingScheme
PagedTopicScheme. getStorageScheme(ParameterResolver resolver)
Return theBackingMapScheme
used for the storage of this scheme.Methods in com.tangosol.coherence.config.scheme with parameters of type CachingScheme Modifier and Type Method Description void
AbstractCompositeScheme. setBackScheme(CachingScheme scheme)
Set the back scheme.void
AbstractCompositeScheme. setFrontScheme(CachingScheme scheme)
Set the front scheme.void
BackingMapScheme. setInnerScheme(CachingScheme scheme)
Set the inner scheme.void
ReadWriteBackingMapScheme. setInternalScheme(CachingScheme scheme)
Set the internal scheme.void
PagedTopicScheme. setStorageScheme(CachingScheme scheme)
Set theBackingMapScheme
which builds the backing map for the internal caches used to implement this scheme.Constructors in com.tangosol.coherence.config.scheme with parameters of type CachingScheme Constructor Description PagedTopicStorageScheme(CachingScheme schemeStorage, PagedTopicScheme topicScheme)
Create aPagedTopicStorageScheme
.WrapperCachingScheme(CachingScheme innerScheme)
Create aWrapperCachingScheme
that wraps a specifiedCachingScheme
. -
Uses of CachingScheme in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return CachingScheme Modifier and Type Method Description CachingScheme
StorageProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value. -
Uses of CachingScheme in com.tangosol.net
Methods in com.tangosol.net that return CachingScheme Modifier and Type Method Description protected CachingScheme
ExtensibleConfigurableCacheFactory.Manager. findCachingScheme(String sName)
Return theCachingScheme
for a given cache name.Methods in com.tangosol.net with parameters of type CachingScheme Modifier and Type Method Description protected Map
ExtensibleConfigurableCacheFactory.Manager. instantiatePartitionedBackingMap(MapBuilder bldrMap, ParameterResolver resolver, MapBuilder.Dependencies dependencies, CachingScheme scheme)
Instantiate a partitioned backing map (an instance ofObservableSplittingBackingMap
) usingExtensibleConfigurableCacheFactory.PartitionedBackingMapManager
.
-