Click or drag to resize

PatternTopologyResolverResolveNode Method

Determines which rack a node belongs to.

Namespace: Ookii.Jumbo.Topology
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public string? ResolveNode(
	string hostName
)

Parameters

hostName  String
The host name of the node.

Return Value

String
The rack ID of the rack that the server belongs to.

Implements

ITopologyResolverResolveNode(String)
See Also