Uses of Package
com.tangosol.coherence.config.scheme
Package
Description
Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
Contains basic cluster interfaces and factories.
Contains classes that providing topic entities for publish/subscribe messaging.
-
ClassDescriptionThe
CachingScheme
is a multi-builder for cache-based infrastructure.TheTopicScheme
class is responsible for building a fully configured instance of aNamedTopic
.AScheme
defines the configuration information and necessary builders for the construction of various well-known and identifiable structures used by Coherence at runtime.This interface exposes service related scheme information.TheTopicScheme
class is responsible for building a fully configured instance of a topic. -
ClassDescriptionAn
AbstractCachingScheme
is a base implementation for anCachingScheme
.TheAbstractCompositeScheme
manages a scheme that is used to build a composite cache consisting of a front map and a back cache/map.TheAbstractJournalScheme
contains functionality common to all Journal schemes.TheAbstractLocalCachingScheme
is provides common functionality for local caching schemes, including local-scheme, external-scheme, etc.TheAbstractScheme
is the base implementation of aScheme
.TheAbstractServiceScheme
provides functionality common to all schemes that use services.TheBackingMapScheme
class is responsible for building a fully configured instance of a backing map.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.TheBaseGrpcScheme
is responsible for building a remote gRPC service.TheBundleManager
class is responsible for configuring caches to use bundling.The BundleConfig class contains the configuration for a Bundle.BundlingScheme
s define how the bundling (batching) of operations will occur and theBundleManager
used to configure said bundling.TheCacheStoreScheme
class is responsible for building a fully configured instance of a CacheStore, CacheLoader or remote NamedCache.TheCachingScheme
is a multi-builder for cache-based infrastructure.The ClusteredCachingScheme interface represents schemes that are used for clustered caches.TheDistributedScheme
class builds a distributed cache.TheLocalScheme
class is responsible for building a fully configured instance of a LocalCache.TheTopicScheme
class is responsible for building a fully configured instance of aNamedTopic
.AnObservableCachingScheme
is aCachingScheme
that supports defining and addingMapListener
s to realizedMap
s andNamedCache
s.APagedTopicScheme
is responsible for building a topic.TheRemoteCacheScheme
is responsible for building a remote cache.TheReplicatedScheme
class builds replicated cache.AScheme
defines the configuration information and necessary builders for the construction of various well-known and identifiable structures used by Coherence at runtime.This interface exposes service related scheme information.TheTopicScheme
class is responsible for building a fully configured instance of a topic.A simple implementation of theCachingScheme
interface built as a wrapper around another CachingScheme implementation. -
ClassDescriptionThe
AbstractCompositeScheme
manages a scheme that is used to build a composite cache consisting of a front map and a back cache/map.TheBackingMapScheme
class is responsible for building a fully configured instance of a backing map.TheBundleManager
class is responsible for configuring caches to use bundling.TheCachingScheme
is a multi-builder for cache-based infrastructure.APagedTopicScheme
is responsible for building a topic.TheTopicScheme
class is responsible for building a fully configured instance of a topic. -
ClassDescriptionThe
CachingScheme
is a multi-builder for cache-based infrastructure.TheDistributedScheme
class builds a distributed cache.This interface exposes service related scheme information. -
ClassDescriptionThe
TopicScheme
class is responsible for building a fully configured instance of aNamedTopic
.