Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
ConfigurableAddressProvider is an implementation of the IAddressProvider interface based on a static list of addresses configured in an XML element that contains one or more items in the following format:
            <socket-address>
                <address>...</address>
                <port>...</port>
            </socket-address>
            

Namespace: Tangosol.Net
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public class ConfigurableAddressProvider : IAddressProvider

Remarks

The order of items in the configured list will be randomized to provide basic load balancing. This implementation is not thread safe.

Inheritance Hierarchy

System..::..Object
  Tangosol.Net..::..ConfigurableAddressProvider

See Also