![]() | SingleVersionVector Class |
[Missing <summary> documentation for "T:Akka.DistributedData.SingleVersionVector"]
Namespace: Akka.DistributedData
The SingleVersionVector type exposes the following members.
Name | Description | |
---|---|---|
![]() | SingleVersionVector | Initializes a new instance of the SingleVersionVector class |
Name | Description | |
---|---|---|
![]() | Count | (Overrides VersionVector.Count.) |
![]() | IsEmpty | (Overrides VersionVector.IsEmpty.) |
![]() | VersionEnumerator | (Overrides VersionVector.VersionEnumerator.) |
Name | Description | |
---|---|---|
![]() | Compare |
Compare two version vectors. The outcome will be one of the following:
(Inherited from VersionVector.)Version 1 is SAME (==) as Version 2 iff for all i c1(i) == c2(i) Version 1 is BEFORE (<) Version 2 iff for all i c1(i) <= c2(i) and there exist a j such that c1(j) < c2(j) Version 1 is AFTER (>) Version 2 iff for all i c1(i) >= c2(i) and there exist a j such that c1(j) > c2(j) Version 1 is CONCURRENT to Version 2 otherwise |
![]() | Contains | (Overrides VersionVector.Contains(UniqueAddress).) |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from VersionVector.) |
![]() | Equals(VersionVector) | Indicates whether the current object is equal to another object of the same type. (Inherited from VersionVector.) |
![]() | 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 | (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Increment | (Overrides VersionVector.Increment(UniqueAddress).) |
![]() | IsAfter | (Inherited from VersionVector.) |
![]() | IsBefore | (Inherited from VersionVector.) |
![]() | IsConcurrent | (Inherited from VersionVector.) |
![]() | IsSame |
Returns true if x VersionVector has the same
history as the y VersionVector else false.
(Inherited from VersionVector.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Merge(IReplicatedData) | (Inherited from VersionVector.) |
![]() | Merge(VersionVector) | (Overrides VersionVector.Merge(VersionVector).) |
![]() | NeedPruningFrom | (Overrides VersionVector.NeedPruningFrom(UniqueAddress).) |
![]() | Prune | (Overrides VersionVector.Prune(UniqueAddress, UniqueAddress).) |
![]() | PruningCleanup | (Overrides VersionVector.PruningCleanup(UniqueAddress).) |
![]() | ToString | (Overrides Object.ToString().) |
![]() | VersionAt | (Overrides VersionVector.VersionAt(UniqueAddress).) |
Name | Description | |
---|---|---|
![]() | AsInstanceOf<T> |
TBD
(Defined by Extensions.) |
![]() | Match() | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) |
![]() | Match<T>() | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |