Uses of Package
com.tangosol.coherence.config.scheme
-
Packages that use com.tangosol.coherence.config.scheme 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.com.tangosol.net.topic Contains classes that providing topic entities for publish/subscribe messaging. -
Classes in com.tangosol.coherence.config.scheme used by com.tangosol.coherence.config Class Description CachingScheme TheCachingScheme
is a multi-builder for cache-based infrastructure.NamedTopicScheme TheTopicScheme
class is responsible for building a fully configured instance of aNamedTopic
.Scheme AScheme
defines the configuration information and necessary builders for the construction of various well-known and identifiable structures used by Coherence at runtime.ServiceScheme This interface exposes service related scheme information.TopicScheme TheTopicScheme
class is responsible for building a fully configured instance of a topic. -
Classes in com.tangosol.coherence.config.scheme used by com.tangosol.coherence.config.scheme Class Description AbstractCachingScheme AnAbstractCachingScheme
is a base implementation for anCachingScheme
.AbstractCompositeScheme TheAbstractCompositeScheme
manages a scheme that is used to build a composite cache consisting of a front map and a back cache/map.AbstractJournalScheme TheAbstractJournalScheme
contains functionality common to all Journal schemes.AbstractLocalCachingScheme TheAbstractLocalCachingScheme
is provides common functionality for local caching schemes, including local-scheme, external-scheme, etc.AbstractScheme TheAbstractScheme
is the base implementation of aScheme
.AbstractServiceScheme TheAbstractServiceScheme
provides functionality common to all schemes that use services.BackingMapScheme TheBackingMapScheme
class is responsible for building a fully configured instance of a backing map.BackupMapConfig TheBackupMapConfig
interface exposes the configuration needed to create an instance of a backup map, which is used by the distributed cache to store backup data.BaseGrpcScheme TheBaseGrpcScheme
is responsible for building a remote gRPC service.BundleManager TheBundleManager
class is responsible for configuring caches to use bundling.BundleManager.BundleConfig The BundleConfig class contains the configuration for a Bundle.BundlingScheme BundlingScheme
s define how the bundling (batching) of operations will occur and theBundleManager
used to configure said bundling.CacheStoreScheme TheCacheStoreScheme
class is responsible for building a fully configured instance of a CacheStore, CacheLoader or remote NamedCache.CachingScheme TheCachingScheme
is a multi-builder for cache-based infrastructure.ClusteredCachingScheme The ClusteredCachingScheme interface represents schemes that are used for clustered caches.DistributedScheme TheDistributedScheme
class builds a distributed cache.LocalScheme TheLocalScheme
class is responsible for building a fully configured instance of a LocalCache.NamedTopicScheme TheTopicScheme
class is responsible for building a fully configured instance of aNamedTopic
.ObservableCachingScheme AnObservableCachingScheme
is aCachingScheme
that supports defining and addingMapListener
s to realizedMap
s andNamedCache
s.PagedTopicScheme APagedTopicScheme
is responsible for building a topic.RemoteCacheScheme TheRemoteCacheScheme
is responsible for building a remote cache.ReplicatedScheme TheReplicatedScheme
class builds replicated cache.Scheme AScheme
defines the configuration information and necessary builders for the construction of various well-known and identifiable structures used by Coherence at runtime.ServiceScheme This interface exposes service related scheme information.TopicScheme TheTopicScheme
class is responsible for building a fully configured instance of a topic.WrapperCachingScheme A simple implementation of theCachingScheme
interface built as a wrapper around another CachingScheme implementation. -
Classes in com.tangosol.coherence.config.scheme used by com.tangosol.coherence.config.xml.processor Class Description AbstractCompositeScheme TheAbstractCompositeScheme
manages a scheme that is used to build a composite cache consisting of a front map and a back cache/map.BackingMapScheme TheBackingMapScheme
class is responsible for building a fully configured instance of a backing map.BundleManager TheBundleManager
class is responsible for configuring caches to use bundling.CachingScheme TheCachingScheme
is a multi-builder for cache-based infrastructure.PagedTopicScheme APagedTopicScheme
is responsible for building a topic.TopicScheme TheTopicScheme
class is responsible for building a fully configured instance of a topic. -
Classes in com.tangosol.coherence.config.scheme used by com.tangosol.net Class Description CachingScheme TheCachingScheme
is a multi-builder for cache-based infrastructure.DistributedScheme TheDistributedScheme
class builds a distributed cache.ServiceScheme This interface exposes service related scheme information. -
Classes in com.tangosol.coherence.config.scheme used by com.tangosol.net.topic Class Description NamedTopicScheme TheTopicScheme
class is responsible for building a fully configured instance of aNamedTopic
.