Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

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.6.1.0 (3.6.1.0)

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