Click or drag to resize

Ookii.Jumbo.Topology Namespace

Provides types used to define a network topology that can be used to determine data locality for replication and task scheduling.
Classes
  ClassDescription
Public classNetworkTopology
Represents a network topology, grouping nodes into racks.
Public classNetworkTopologyConfigurationElement
Provides configuration for the network topology support.
Public classPatternTopologyResolver
Provides a simple topology resolver that uses regular expressions or range expressions to determine which rack each node belongs to.
Public classPatternTopologyResolverConfigurationElement
Provides configuration for the PatternTopologyResolver.
Public classRack
Represents a rack that groups together nodes in the network topology.
Public classRackConfigurationElement
Provides configuration for a rack for the PatternTopologyResolver.
Public classRackConfigurationElementCollection
Represents a collection of RackConfigurationElement objects in a configuration file.
Public classRangeExpression
Provides simple numeric range-based string matching.
Public classTopologyNode
Base class for cluster nodes that are part of a network topology.
Interfaces
  InterfaceDescription
Public interfaceITopologyResolver
Interface for network topology resolvers.
Enumerations
  EnumerationDescription
Public enumerationPatternType
The type of patterns used by a PatternTopologyResolver.