Search Results for

    Show / Hide Table of Contents

    Class VectorClock.Node

    Hash representation of a versioned node name.

    Inheritance
    object
    VectorClock.Node
    Implements
    IComparable<VectorClock.Node>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Cluster
    Assembly: Akka.Cluster.dll
    Syntax
    public class VectorClock.Node : IComparable<VectorClock.Node>

    Constructors

    | Edit this page View Source

    Node(string)

    Creates a new vectorclock node.

    Declaration
    public Node(string value)
    Parameters
    Type Name Description
    string value

    The hash value of the string.

    Methods

    | Edit this page View Source

    CompareTo(Node)

    Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

    Declaration
    public int CompareTo(VectorClock.Node other)
    Parameters
    Type Name Description
    VectorClock.Node other

    An object to compare with this instance.

    Returns
    Type Description
    int

    A value that indicates the relative order of the objects being compared. The return value has these meanings:

    Value Meaning
    Less than zero This instance precedes other in the sort order.
    Zero This instance occurs in the same position in the sort order as other.
    Greater than zero This instance follows other in the sort order.
    | Edit this page View Source

    Create(string)

    Creates a new VectorClock node

    Declaration
    public static VectorClock.Node Create(string name)
    Parameters
    Type Name Description
    string name

    The name of the node.

    Returns
    Type Description
    VectorClock.Node

    A new node representation.

    | Edit this page View Source

    Equals(object)

    Determines whether the specified object is equal to the current object.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with the current object.

    Returns
    Type Description
    bool

    true if the specified object is equal to the current object; otherwise, false.

    Overrides
    object.Equals(object)
    | Edit this page View Source

    FromHash(string)

    Creates a node from its MD5 hash representation.

    Declaration
    public static VectorClock.Node FromHash(string hash)
    Parameters
    Type Name Description
    string hash

    The hash input value.

    Returns
    Type Description
    VectorClock.Node

    A Node.

    | Edit this page View Source

    GetHashCode()

    Serves as the default hash function.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for the current object.

    Overrides
    object.GetHashCode()
    | Edit this page View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()

    Implements

    IComparable<T>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET