X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTaskStatisticsRequirements.html;h=0506d9bce765e2a02afc77e9fbc362d8ccb9f9a4;hb=394676d15b59b7013b9d95889e47a4a49860b057;hp=927fa31f5d7b53144131e2ddb76c2ae0517cbe79;hpb=dbf662afd2c11c4d18c4e648f90d392528a715f8;p=poolifier.git diff --git a/docs/interfaces/TaskStatisticsRequirements.html b/docs/interfaces/TaskStatisticsRequirements.html index 927fa31f..0506d9bc 100644 --- a/docs/interfaces/TaskStatisticsRequirements.html +++ b/docs/interfaces/TaskStatisticsRequirements.html @@ -1,114 +1,8 @@ -TaskStatisticsRequirements | poolifier - v2.7.0
-
- -
-
-
-
- -

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.29

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.

+

Generated using TypeDoc

\ No newline at end of file