| ConsistentHashTNodeFor 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)
Syntax public T NodeFor(
byte[] key
)
member NodeFor :
key : byte[] -> 'T
Parameters
- key
- Type: SystemByte
The data key used for lookup.
Return Value
Type:
TThe node associated with the data key
Exceptions See Also