Uses of Interface
com.tangosol.coherence.config.scheme.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
ModifierConstructorDescriptionTopicMapping
(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
Modifier and TypeInterfaceDescriptioninterface
TheTopicScheme
class is responsible for building a fully configured instance of aNamedTopic
. -
Uses of TopicScheme in com.tangosol.coherence.config.xml.processor
ModifierConstructorDescriptionTopicMappingProcessor
(String sNameElementName, Class<? extends TopicScheme> clsScheme) Create aTopicMappingProcessor
.