Oracle® Coherence .NET API Reference Release 3.6
E15727-01
Assembly: Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)
System..::.Object
Tangosol.Net..::.ConfigurableAddressProvider
E15727-01
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.6.0.0 (3.6.0.0)
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