Click or drag to resize

PatternTopologyResolver Class

Provides a simple topology resolver that uses regular expressions or range expressions to determine which rack each node belongs to.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.TopologyPatternTopologyResolver

Namespace: Ookii.Jumbo.Topology
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public sealed class PatternTopologyResolver : ITopologyResolver

The PatternTopologyResolver type exposes the following members.

Constructors
 NameDescription
Public methodPatternTopologyResolver Initializes a new instance of the PatternTopologyResolver class.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodResolveNode Determines which rack a node belongs to.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks

All pattern comparisons are case-insensitive.

See Also