Class AbstractLeastShardAllocationStrategy.RegionEntry
Inheritance
AbstractLeastShardAllocationStrategy.RegionEntry
Assembly: Akka.Cluster.Sharding.dll
Syntax
public sealed class AbstractLeastShardAllocationStrategy.RegionEntry
Constructors
|
Edit this page
View Source
RegionEntry(IActorRef, Member, IImmutableList<string>)
Declaration
public RegionEntry(IActorRef region, Member member, IImmutableList<string> shardIds)
Parameters
Properties
|
Edit this page
View Source
Member
Declaration
public Member Member { get; }
Property Value
|
Edit this page
View Source
Region
Declaration
public IActorRef Region { get; }
Property Value
|
Edit this page
View Source
ShardIds
Declaration
public IImmutableList<string> ShardIds { get; }
Property Value
Extension Methods