Click or drag to resize
Akka.NETReplicatorSettings Properties

The ReplicatorSettings type exposes the following members.

Properties
  NameDescription
Public propertyDispatcher
Id of the dispatcher to use for Replicator actors. If not specified the default dispatcher is used.
Public propertyDurableKeys
Keys that are durable. Prefix matching is supported by using `*` at the end of a key. All entries can be made durable by including "*" in the `Set`.
Public propertyDurablePruningMarkerTimeToLive
Public propertyDurableStoreProps
Props for the durable store actor, when taken from actor class type name, it requires its constructor to take Config as constructor parameter.
Public propertyGossipInterval
How often the Replicator should send out gossip information.
Public propertyIsDurable
Determines if a durable store has been configured and is used. If configuration has defined some durable keys, this field must be true.
Public propertyMaxDeltaElements
Maximum number of entries to transfer in one gossip message when synchronizing the replicas.Next chunk will be transferred in next round of gossip.
Public propertyMaxPruningDissemination
How long time it takes (worst case) to spread the data to all other replica nodes. This is used when initiating and completing the pruning process of data associated with removed cluster nodes. The time measurement is stopped when any replica is unreachable, so it should be configured to worst case in a healthy cluster.
Public propertyNotifySubscribersInterval
How often the subscribers will be notified of changes, if any.
Public propertyPruningInterval
How often the Replicator checks for pruning of data associated with removed cluster nodes.
Public propertyPruningMarkerTimeToLive
Public propertyRole
Replicas are running on members tagged with this role. All members are used if undefined.
Top
See Also