Class DeltaPropagation
Inheritance
DeltaPropagation
Assembly: Akka.DistributedData.dll
Syntax
public sealed class DeltaPropagation : IReplicatorMessage, IEquatable<DeltaPropagation>
Constructors
|
Edit this page
View Source
DeltaPropagation(UniqueAddress, bool, ImmutableDictionary<string, Delta>)
Declaration
public DeltaPropagation(UniqueAddress fromNode, bool shouldReply, ImmutableDictionary<string, Delta> deltas)
Parameters
Fields
|
Edit this page
View Source
NoDeltaPlaceholder
Declaration
public static readonly IReplicatedDelta NoDeltaPlaceholder
Field Value
Properties
|
Edit this page
View Source
Deltas
Declaration
public ImmutableDictionary<string, Delta> Deltas { get; }
Property Value
|
Edit this page
View Source
FromNode
Declaration
public UniqueAddress FromNode { get; }
Property Value
|
Edit this page
View Source
ShouldReply
Declaration
public bool ShouldReply { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(DeltaPropagation)
Declaration
public bool Equals(DeltaPropagation other)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements
Extension Methods