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)

    Declaration
    public int CompareTo(VectorClock.Node other)
    Parameters
    Type Name Description
    VectorClock.Node other
    Returns
    Type Description
    int
    | 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)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    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()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    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