Uses of Interface
com.tangosol.coherence.config.scheme.NamedTopicScheme
-
Packages that use NamedTopicScheme 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.net.topic Contains classes that providing topic entities for publish/subscribe messaging. -
-
Uses of NamedTopicScheme in com.tangosol.coherence.config
Methods in com.tangosol.coherence.config that return NamedTopicScheme Modifier and Type Method Description NamedTopicScheme
CacheConfig. findSchemeByTopicName(String sTopicName)
Find theCachingScheme
for the specified topic name. -
Uses of NamedTopicScheme in com.tangosol.coherence.config.scheme
Classes in com.tangosol.coherence.config.scheme that implement NamedTopicScheme Modifier and Type Class Description class
PagedTopicScheme
APagedTopicScheme
is responsible for building a topic. -
Uses of NamedTopicScheme in com.tangosol.net.topic
Classes in com.tangosol.net.topic with type parameters of type NamedTopicScheme Modifier and Type Class Description class
TopicBackingMapManager<D extends TopicDependencies,S extends NamedTopicScheme>
A base class for topic backing map managers.
-