Class VectorClock.Node
Hash representation of a versioned node name.
Inheritance
VectorClock.Node
Assembly: Akka.Cluster.dll
Syntax
public class Node : IComparable<VectorClock.Node>
Constructors
|
Improve this Doc
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
|
Improve this Doc
View Source
CompareTo(VectorClock.Node)
Declaration
public int CompareTo(VectorClock.Node other)
Parameters
Returns
|
Improve this Doc
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
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
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
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods