ClusterShardingSettings Fields |
The ClusterShardingSettings type exposes the following members.
Name | Description | |
---|---|---|
CoordinatorSingletonSettings |
TBD
| |
JournalPluginId |
Absolute path to the journal plugin configuration entity that is to be used for the internal
persistence of ClusterSharding.If not defined the default journal plugin is used. Note that
this is not related to persistence used by the entity actors.
| |
RememberEntities |
True if active entity actors shall be automatically restarted upon Shard restart.i.e.
if the Shard is started on a different ShardRegion due to rebalance or crash.
| |
Role |
Specifies that this entity type requires cluster nodes with a specific role.
If the role is not specified all nodes in the cluster are used.
| |
SnapshotPluginId |
Absolute path to the snapshot plugin configuration entity that is to be used for the internal persistence
of ClusterSharding. If not defined the default snapshot plugin is used.Note that this is not related
to persistence used by the entity actors.
| |
TunningParameters |
TBD
|