Uses of Interface
com.tangosol.coherence.config.builder.AddressProviderBuilder
Packages that use AddressProviderBuilder
Package
Description
Defines the typical runtime configuration builders for the Coherence
 configuration object model.
Defines the Xml document Element and Attribute Processors for Coherence Cache
 Configuration files.
Contains basic cluster interfaces and factories.
- 
Uses of AddressProviderBuilder in com.tangosol.coherence.config.builder
Classes in com.tangosol.coherence.config.builder that implement AddressProviderBuilderModifier and TypeClassDescriptionclassThis class builds an AddressProviderBuilder from a customizedParameterizedBuilderofAddressProvider.classThis class builds an AddressProviderBuilder from a AddressProviderFactory.classThis class builds an AddressProviderBuilder from a list of address and port.classThis class builds an AddressProviderBuilder from a local address.Methods in com.tangosol.coherence.config.builder that return AddressProviderBuilderModifier and TypeMethodDescriptionFactoryBasedAddressProviderBuilder.setDeferredException(ConfigurationException e) Defer reporting ConfigurationException until realized.Constructors in com.tangosol.coherence.config.builder with parameters of type AddressProviderBuilderModifierConstructorDescriptionPartitionedCacheQuorumPolicyBuilder(AddressProviderBuilder bldrRecoveryHostAddress, XmlElement xmlConfig) ConstructsPartitionedCacheQuorumPolicyBuilderfrom configuration file context and xml elementConstruct a WrapperSocketAddressProviderBuilder. - 
Uses of AddressProviderBuilder in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return AddressProviderBuilderModifier and TypeMethodDescriptionstatic AddressProviderBuilderAddressProviderBuilderProcessor.newLocalAddressProviderBuilder(XmlElement xmlLocalAddress) Build a new AddressProviderBuilder for the local-address.AddressProviderBuilderProcessor.process(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value. - 
Uses of AddressProviderBuilder in com.tangosol.net
Methods in com.tangosol.net that return AddressProviderBuilderModifier and TypeMethodDescriptionstatic AddressProviderBuilderConfigurableLocalAddressProvider.builder(int nPort) Return a builder which will produce Providers for all local addresses and the specified port