Click or drag to resize

JetMetrics Class

Represents information about the current state of the Jet distributed execution engine.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.JetJetMetrics

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public class JetMetrics

The JetMetrics type exposes the following members.

Constructors
 NameDescription
Public methodJetMetrics Initializes a new instance of the JetMetrics class.
Top
Properties
 NameDescription
Public propertyCapacity Gets or sets the total task capacity.
Public propertyFailedJobs Gets or sets the IDs of jobs that have failed.
Public propertyFinishedJobs Gets or sets the IDs of jobs that have successfully finished.
Public propertyJobServer Gets or sets the address of the job server.
Public propertyRunningJobs Gets or sets the IDs of the running jobs.
Public propertyScheduler Gets or sets the name of the scheduler being used.
Public propertyTaskServers Gets or sets a list of task servers registered with the system.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodPrintMetrics Prints the metrics.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also