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: 2.0.0
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodResolveNode
Determines which rack a node belongs to.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

All pattern comparisons are case-insensitive.

See Also