Uses of Class
com.tangosol.coherence.config.TopicMapping
-
Packages that use TopicMapping Package Description com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files.com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of TopicMapping in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return TopicMapping Modifier and Type Method Description TopicMapping
TopicMappingProcessor. process(ProcessingContext context, XmlElement element)
-
Uses of TopicMapping in com.tangosol.net
Methods in com.tangosol.net with parameters of type TopicMapping Modifier and Type Method Description void
ValueTypeAssertion. assertTypeSafety(String sName, TopicMapping mapping)
Asserts the type compatibility of a topic given theTopicMapping
that defines the topic.void
ValueTypeAssertion.WithValueTypeAssertion. assertTypeSafety(String sTopicName, TopicMapping mapping)
Asserts the type compatibility of a topic given theTopicMapping
that defines the topic.
-