Uses of Interface
com.tangosol.coherence.config.scheme.ServiceScheme
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.
Contains basic cluster interfaces and factories.
-
Uses of ServiceScheme in com.tangosol.coherence.config
Modifier and TypeMethodDescriptionCacheConfig.findSchemeBySchemeName
(String sSchemeName) Find theServiceScheme
given the scheme name.ServiceSchemeRegistry.findSchemeBySchemeName
(String sSchemeName) Attempts to locate aServiceScheme
registered with the specifiedScheme.getSchemeName()
.CacheConfig.findSchemeByServiceName
(String sServiceName) Find theServiceScheme
given the service name.ServiceSchemeRegistry.findSchemeByServiceName
(String sServiceName) Attempts to locate aServiceScheme
registered with the specifiedgetServiceName()
giving preference to "autostart" schemes.Modifier and TypeMethodDescriptionvoid
ServiceSchemeRegistry.register
(ServiceScheme scheme) Attempts to register the specifiedServiceScheme
. -
Uses of ServiceScheme in com.tangosol.coherence.config.scheme
Modifier and TypeInterfaceDescriptioninterface
TheCachingScheme
is a multi-builder for cache-based infrastructure.interface
TheTopicScheme
class is responsible for building a fully configured instance of aNamedTopic
.interface
AnObservableCachingScheme
is aCachingScheme
that supports defining and addingMapListener
s to realizedMap
s andNamedCache
s.interface
TopicScheme<C extends NamedCollection,
S> TheTopicScheme
class is responsible for building a fully configured instance of a topic.Modifier and TypeClassDescriptionclass
AbstractCachingScheme<D extends ServiceDependencies>
AnAbstractCachingScheme
is a base implementation for anCachingScheme
.class
TheAbstractCompositeScheme
manages a scheme that is used to build a composite cache consisting of a front map and a back cache/map.class
TheAbstractJournalScheme
contains functionality common to all Journal schemes.class
TheAbstractLocalCachingScheme
is provides common functionality for local caching schemes, including local-scheme, external-scheme, etc.class
AbstractServiceScheme<D extends ServiceDependencies>
TheAbstractServiceScheme
provides functionality common to all schemes that use services.class
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
TheCaffeineScheme
class is responsible for building a fully configured instance of aCaffeineCache
.class
TheClassScheme
class is responsible for building customCachingScheme
s and customCacheStoreScheme
s.class
This scheme is internally used to provide theParameterizedBuilder
that constructs theview-filter
for theViewScheme
.class
class
TheDistributedScheme
class builds a distributed cache.class
TheExternalScheme
class is responsible for building a fully configured instance of a ExternalCache.class
TheFlashJournalScheme
is used to create an instance of a Flash Journal map.class
TheInvocationScheme
class builds an Invocation service.class
TheLocalScheme
class is responsible for building a fully configured instance of a LocalCache.class
TheNearScheme
is used to realize (create) an instance of a NearCache.class
TheOptimisticScheme
class builds an optimistic cache.class
class
ThePagedExternalScheme
class is responsible for building a fully configured instance of a PagedExternalCache.class
APagedTopicScheme
is responsible for building a topic.class
A scheme that builds the inner scheme of the backing map scheme of a topic.class
TheProxyScheme
class builds a Proxy scheme.class
TheRamJournalScheme
is used to create an instance of a Ram Journal map.class
TheRemoteCacheScheme
is responsible for creating a fully configured ReadWriteBackingMap.class
TheRemoteCacheScheme
is responsible for building a remote cache.class
TheRemoteInvocationScheme
class builds a remote invocation service.class
TheReplicatedScheme
class builds replicated cache.class
TheTransactionalScheme
class builds a transactional cache.class
A Scheme that realizes both services and caches for Coherence 12.2.1.4 feature named 'views'.class
A simple implementation of theCachingScheme
interface built as a wrapper around another CachingScheme implementation. -
Uses of ServiceScheme in com.tangosol.net
Modifier and TypeMethodDescriptionExtensibleConfigurableCacheFactory.ensureService
(ServiceScheme scheme) Ensure the service for the specified scheme then start the service if it isn't running.protected long
ExtensibleConfigurableCacheFactory.getRequestTimeout
(ServiceScheme scheme) Return the request timeout determined by theServiceScheme
.