X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FWorkerChoiceStrategies.html;h=991033395c63b9ea6dac52bd2dade4c488cf4321;hb=a6b5c73ccccb3ef0ccc24ad462182e3cacee77b4;hp=9f1b18e25146dffdee1646d42f686aba2017f5d4;hpb=2ad2e730485a924c6a03e6f6a1bc64b413b01527;p=poolifier.git diff --git a/docs/variables/WorkerChoiceStrategies.html b/docs/variables/WorkerChoiceStrategies.html index 9f1b18e2..916f5245 100644 --- a/docs/variables/WorkerChoiceStrategies.html +++ b/docs/variables/WorkerChoiceStrategies.html @@ -1,4 +1,4 @@ -WorkerChoiceStrategies | poolifier
+WorkerChoiceStrategies | poolifier - v2.6.9
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.9
    -
    +

    Variable WorkerChoiceStrategiesConst

    -
    WorkerChoiceStrategies: Readonly<{
        FAIR_SHARE: "FAIR_SHARE";
        LESS_BUSY: "LESS_BUSY";
        LESS_USED: "LESS_USED";
        ROUND_ROBIN: "ROUND_ROBIN";
        WEIGHTED_ROUND_ROBIN: "WEIGHTED_ROUND_ROBIN";
    }> = ...
    +
    WorkerChoiceStrategies: Readonly<{
        FAIR_SHARE: "FAIR_SHARE";
        INTERLEAVED_WEIGHTED_ROUND_ROBIN: "INTERLEAVED_WEIGHTED_ROUND_ROBIN";
        LEAST_BUSY: "LEAST_BUSY";
        LEAST_ELU: "LEAST_ELU";
        LEAST_USED: "LEAST_USED";
        ROUND_ROBIN: "ROUND_ROBIN";
        WEIGHTED_ROUND_ROBIN: "WEIGHTED_ROUND_ROBIN";
    }> = ...

    Enumeration of worker choice strategies.

    -
    +
    +

    Type declaration

    +
      +
    • +
      Readonly FAIR_SHARE: "FAIR_SHARE"
      +

      Fair share worker selection strategy.

      +
      +
    • +
    • +
      Readonly Experimental INTERLEAVED_WEIGHTED_ROUND_ROBIN: "INTERLEAVED_WEIGHTED_ROUND_ROBIN"
      +

      Interleaved weighted round robin worker selection strategy.

      +
      +
    • +
    • +
      Readonly LEAST_BUSY: "LEAST_BUSY"
      +

      Least busy worker selection strategy.

      +
      +
    • +
    • +
      Readonly Experimental LEAST_ELU: "LEAST_ELU"
      +

      Least ELU worker selection strategy.

      +
      +
    • +
    • +
      Readonly LEAST_USED: "LEAST_USED"
      +

      Least used worker selection strategy.

      +
      +
    • +
    • +
      Readonly ROUND_ROBIN: "ROUND_ROBIN"
      +

      Round robin worker selection strategy.

      +
      +
    • +
    • +
      Readonly WEIGHTED_ROUND_ROBIN: "WEIGHTED_ROUND_ROBIN"
      +

      Weighted round robin worker selection strategy.

      +
      +
    +
    - + -
    +

    Theme

    + +

    Generated using TypeDoc

    -
    \ No newline at end of file +
    \ No newline at end of file