Uses of Class
com.tangosol.coherence.config.scheme.DistributedScheme
Packages that use DistributedScheme
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains basic cluster interfaces and factories.
-
Uses of DistributedScheme in com.tangosol.coherence.config.scheme
Subclasses of DistributedScheme in com.tangosol.coherence.config.schemeModifier and TypeClassDescriptionclass
APagedQueueScheme
is responsible for building a queue.class
APagedTopicScheme
is responsible for building a topic.class
ASimpleDequeScheme
is responsible for building a simpleNamedMapDeque
where the queue contents are stored in a single partition. -
Uses of DistributedScheme in com.tangosol.net
Methods in com.tangosol.net that return DistributedSchemeModifier and TypeMethodDescriptionprotected DistributedScheme
ExtensibleConfigurableCacheFactory.Manager.findDistributedScheme
(String sName) Return theDistributedScheme
for a given cache name.