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: 2.0.0
Syntax
[SerializableAttribute]
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 addrses 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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrintMetrics
Prints the metrics.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also