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 TypeClassDescriptionclass
This class builds an AddressProviderBuilder from a customizedParameterizedBuilder
ofAddressProvider
.class
This class builds an AddressProviderBuilder from a AddressProviderFactory.class
This class builds an AddressProviderBuilder from a list of address and port.class
This 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) ConstructsPartitionedCacheQuorumPolicyBuilder
from 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 AddressProviderBuilder
AddressProviderBuilderProcessor.newLocalAddressProviderBuilder
(XmlElement xmlLocalAddress) Build a new AddressProviderBuilder for the local-address.AddressProviderBuilderProcessor.process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value. -
Uses of AddressProviderBuilder in com.tangosol.net
Methods in com.tangosol.net that return AddressProviderBuilderModifier and TypeMethodDescriptionstatic AddressProviderBuilder
ConfigurableLocalAddressProvider.builder
(int nPort) Return a builder which will produce Providers for all local addresses and the specified port