| PersistentShardCoordinatorState Constructor |
TBD
Namespace:
Akka.Cluster.Sharding
Assembly:
Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public State(
IImmutableDictionary<string, IActorRef> shards,
IImmutableDictionary<IActorRef, IImmutableList<string>> regions,
IImmutableSet<IActorRef> regionProxies,
IImmutableSet<string> unallocatedShards
)
new :
shards : IImmutableDictionary<string, IActorRef> *
regions : IImmutableDictionary<IActorRef, IImmutableList<string>> *
regionProxies : IImmutableSet<IActorRef> *
unallocatedShards : IImmutableSet<string> -> State
Parameters
- shards
- Type: IImmutableDictionaryString, IActorRef
TBD - regions
- Type: IImmutableDictionaryIActorRef, IImmutableListString
TBD - regionProxies
- Type: IImmutableSetIActorRef
TBD - unallocatedShards
- Type: IImmutableSetString
TBD
See Also