Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Sort the holders in the order to be returned by the getNextAddress method. This implementation randomizes the holder list for simple load balancing.

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

Syntax

C#
protected IList SortHolders(
	IList list
)

Parameters

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

Return Value

the re-ordered list

See Also