Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
System..::.Object
Tangosol.Net..::.ConfigurableAddressProvider
E22844-03
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:
Namespace:
Tangosol.Net
<socket-address>
<address>...</address>
<port>...</port>
</socket-address>
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
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
Tangosol.Net..::.ConfigurableAddressProvider