Click or drag to resize
Akka.NETLeastShardAllocationStrategyRebalance Method
TBD

Namespace:  Akka.Cluster.Sharding
Assembly:  Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Task<IImmutableSet<string>> Rebalance(
	IImmutableDictionary<IActorRef, IImmutableList<string>> currentShardAllocations,
	IImmutableSet<string> rebalanceInProgress
)

Parameters

currentShardAllocations
Type: IImmutableDictionaryIActorRef, IImmutableListString
TBD
rebalanceInProgress
Type: IImmutableSetString
TBD

Return Value

Type: TaskIImmutableSetString
TBD

Implements

IShardAllocationStrategyRebalance(IImmutableDictionaryIActorRef, IImmutableListString, IImmutableSetString)
See Also