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