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: 2.0.0
Syntax
public string ResolveNode(
	string hostName
)

Parameters

hostName
Type: SystemString
The host name of the node.

Return Value

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

Implements

ITopologyResolverResolveNode(String)
See Also