Click or drag to resize

ConfigurableAddressProviderSortHolders Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Sort the holders in the order to be returned by the NextAddress property. This implementation randomizes the holder list for simple load balancing.

Namespace:  Tangosol.Net
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected IList<ConfigurableAddressProviderAddressHolder> SortHolders(
	IList<ConfigurableAddressProviderAddressHolder> list
)

Parameters

list
Type: System.Collections.GenericIListConfigurableAddressProviderAddressHolder
The original list retrieved from the configuration.

Return Value

Type: IListConfigurableAddressProviderAddressHolder
The re-ordered list.
See Also