ClusterShardingSettings Class |
Namespace: Akka.Cluster.Sharding
The ClusterShardingSettings type exposes the following members.
Name | Description | |
---|---|---|
ClusterShardingSettings |
TBD
|
Name | Description | |
---|---|---|
Create(ActorSystem) |
Create settings from the default configuration `akka.cluster.sharding`.
| |
Create(Config, Config) |
TBD
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WithCoordinatorSingletonSettings |
TBD
| |
WithJournalPluginId |
TBD
| |
WithRememberEntities |
TBD
| |
WithRole |
TBD
| |
WithSnapshotPluginId |
TBD
| |
WithTuningParameters |
TBD
|
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
|
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |