Uses of Class
com.tangosol.coherence.config.scheme.FederatedScheme.TopologyReference
-
Packages that use FederatedScheme.TopologyReference Package Description 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 FederatedScheme.TopologyReference in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return types with arguments of type FederatedScheme.TopologyReference Modifier and Type Method Description List<FederatedScheme.TopologyReference>
FederatedScheme. getTopologies()
Return the list of topology references.Method parameters in com.tangosol.coherence.config.scheme with type arguments of type FederatedScheme.TopologyReference Modifier and Type Method Description void
FederatedScheme. setTopologies(List<FederatedScheme.TopologyReference> listRefs)
Set the list of topology references. -
Uses of FederatedScheme.TopologyReference in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return types with arguments of type FederatedScheme.TopologyReference Modifier and Type Method Description List<FederatedScheme.TopologyReference>
TopologyRefsProcessor. process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.
-