Module Values.SchedulingPriorityWeightSource

The weight applied to job priority in the weighted balanced scheduling formula.

Sourcetype nonrec t = float

The weight applied to job priority in the weighted balanced scheduling formula.

Sourceval make : float -> float
Sourceval of_string : string -> float
Sourceval to_value : 'a -> [> `Double of 'a ]
Sourceval to_header : float -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> float
Sourceval of_json : Yojson.Safe.t -> float
Sourceval to_json : float -> Yojson.Safe.t