Uses of Interface
com.tangosol.coherence.config.scheme.TopicScheme
-
Packages that use TopicScheme 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.coherence.config.xml.processor 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 TopicScheme Constructor Description TopicMapping(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.scheme Modifier and Type Interface Description interface
NamedTopicScheme
TheTopicScheme
class is responsible for building a fully configured instance of aNamedTopic
.Classes in com.tangosol.coherence.config.scheme that implement TopicScheme Modifier and Type Class Description class
PagedTopicScheme
APagedTopicScheme
is responsible for building a topic. -
Uses of TopicScheme in com.tangosol.coherence.config.xml.processor
Constructor parameters in com.tangosol.coherence.config.xml.processor with type arguments of type TopicScheme Constructor Description TopicMappingProcessor(String sNameElementName, Class<? extends TopicScheme> clsScheme)
Create aTopicMappingProcessor
.
-