X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Finterfaces%2FTaskStatisticsRequirements.html;h=bfdb1b237eece5aac3e39249ff373a791afb377d;hb=bcfb06ce041a682baf396a099c633a848d6a4045;hp=38319f675874082eb03bf3035df5d5f2068f05ce;hpb=7431256d9d5509f4b881cdaa324678f0c2a4cf7f;p=poolifier.git diff --git a/docs/interfaces/TaskStatisticsRequirements.html b/docs/interfaces/TaskStatisticsRequirements.html index 38319f67..bfdb1b23 100644 --- a/docs/interfaces/TaskStatisticsRequirements.html +++ b/docs/interfaces/TaskStatisticsRequirements.html @@ -1,114 +1,8 @@ -TaskStatisticsRequirements | poolifier - v3.0.2
-
- -
-
-
-
- -

Interface TaskStatisticsRequirementsInternal

-
-

Pool worker node worker usage statistics requirements.

-
-
-
-

Hierarchy

-
    -
  • TaskStatisticsRequirements
-
-
-
- -
-
-

Properties

-
-
-

Properties

-
- - -

Tasks event loop utilization requirements.

-
-
-
- - -

Tasks runtime requirements.

-
-
-
- - -

Tasks wait time requirements.

-
-
-
- -
-
-

Generated using TypeDoc

-
\ No newline at end of file +TaskStatisticsRequirements | poolifier - v3.1.30

Interface TaskStatisticsRequirementsInternal

Pool worker node worker usage statistics requirements.

+
interface TaskStatisticsRequirements {
    elu: MeasurementStatisticsRequirements;
    runTime: MeasurementStatisticsRequirements;
    waitTime: MeasurementStatisticsRequirements;
}

Properties

Properties

Tasks event loop utilization requirements.

+

Tasks runtime requirements.

+

Tasks wait time requirements.

+
\ No newline at end of file