 | ConsistentHash<T>.NodeFor Method (Byte[]) |
Retrieves the node associated with the data key.
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntaxpublic T NodeFor(
byte[] key
)
member NodeFor :
key : byte[] -> 'T
Parameters
- key
- Type:System.Byte[]
The data key used for lookup.
Return Value
Type:
TThe node associated with the data key
Exceptions
See Also