Uses of Interface
com.tangosol.coherence.config.scheme.TopicScheme
Packages that use TopicScheme
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.
-
Uses of TopicScheme in com.tangosol.coherence.config
Constructor parameters in com.tangosol.coherence.config with type arguments of type TopicSchemeModifierConstructorDescriptionTopicMapping
(String sTopicNamePattern, String sCachingSchemeName, Class<? extends TopicScheme> clsScheme) Construct aTopicMapping
for topics that will use raw types by default. -
Uses of TopicScheme in com.tangosol.coherence.config.scheme
Subinterfaces of TopicScheme in com.tangosol.coherence.config.schemeModifier and TypeInterfaceDescriptioninterface
TheTopicScheme
class is responsible for building a fully configured instance of aNamedTopic
.Classes in com.tangosol.coherence.config.scheme that implement TopicScheme -
Uses of TopicScheme in com.tangosol.coherence.config.xml.processor
Constructor parameters in com.tangosol.coherence.config.xml.processor with type arguments of type TopicSchemeModifierConstructorDescriptionTopicMappingProcessor
(String sNameElementName, Class<? extends TopicScheme> clsScheme) Create aTopicMappingProcessor
.