ConsistentHashT Class |
Namespace: Akka.Routing
The ConsistentHashT type exposes the following members.
Name | Description | |
---|---|---|
ConsistentHashT |
Initializes a new instance of the ConsistentHashT class.
|
Name | Description | |
---|---|---|
IsEmpty |
Check to determine if the node ring is empty (i.e. no nodes added or all removed)
|
Name | Description | |
---|---|---|
Add |
Adds a node to the hash ring.
Note that ConsistentHashT is immutable and
this operation returns a new instance.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
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 | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NodeFor(Byte) |
Retrieves the node associated with the data key.
| |
NodeFor(String) |
Retrieves the node associated with the data key.
| |
Remove |
Removes a node from the hash ring.
Note that ConsistentHashT is immutable and
this operation returns a new instance.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Addition |
Adds a node to the hash ring.
Note that ConsistentHashT is immutable and
this operation returns a new instance.
| |
Subtraction |
Removes a node from the hash ring.
Note that ConsistentHashT is immutable and
this operation returns a new instance.
|
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |