X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Fvariables%2FWorkerChoiceStrategies.html;h=33ec41500fa91eeffb5cac5acc888be7b5b0714e;hb=2a6631992868d900762f62e4c228dce4e4ee549a;hp=b256347fcbe04d4d72f87dbbd0b5ffd775d1575d;hpb=d655c2c2b159a39f900230c14b301ba123653362;p=poolifier.git diff --git a/docs/variables/WorkerChoiceStrategies.html b/docs/variables/WorkerChoiceStrategies.html index b256347f..33ec4150 100644 --- a/docs/variables/WorkerChoiceStrategies.html +++ b/docs/variables/WorkerChoiceStrategies.html @@ -1,4 +1,4 @@ -WorkerChoiceStrategies | poolifier
+WorkerChoiceStrategies | poolifier
-
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.

    +
    +
+
+
  • Defined in src/pools/selection-strategies/selection-strategies-types.ts:4
  • +

    Theme

    +
  • AbstractPool
  • +
  • AbstractWorker
  • +
  • CircularArray
  • +
  • ClusterWorker
  • +
  • DynamicClusterPool
  • +
  • DynamicThreadPool
  • +
  • FixedClusterPool
  • +
  • FixedThreadPool
  • +
  • PoolEmitter
  • +
  • Queue
  • +
  • ThreadWorker
  • +
  • WorkerChoiceStrategyContext
  • +
  • ClusterPoolOptions
  • +
  • EventLoopUtilizationMeasurementStatistics
  • +
  • IPool
  • +
  • IWorker
  • +
  • IWorkerChoiceStrategy
  • +
  • MeasurementOptions
  • +
  • MeasurementStatistics
  • +
  • MeasurementStatisticsRequirements
  • +
  • MessageValue
  • +
  • PoolInfo
  • +
  • PoolOptions
  • +
  • PromiseResponseWrapper
  • +
  • StrategyPolicy
  • +
  • Task
  • +
  • TaskError
  • +
  • TaskPerformance
  • +
  • TaskStatistics
  • +
  • TaskStatisticsRequirements
  • +
  • TasksQueueOptions
  • +
  • ThreadPoolOptions
  • +
  • WorkerChoiceStrategyOptions
  • +
  • WorkerInfo
  • +
  • WorkerNode
  • +
  • WorkerOptions
  • +
  • WorkerStatistics
  • +
  • WorkerUsage
  • +
  • ErrorHandler
  • +
  • ExitHandler
  • +
  • KillBehavior
  • +
  • Measurement
  • +
  • MessageHandler
  • +
  • OnlineHandler
  • +
  • PoolEvent
  • +
  • PoolType
  • +
  • TaskFunctions
  • +
  • WorkerAsyncFunction
  • +
  • WorkerChoiceStrategy
  • +
  • WorkerFunction
  • +
  • WorkerSyncFunction
  • +
  • WorkerType
  • +
  • KillBehaviors
  • +
  • Measurements
  • +
  • PoolEvents
  • +
  • PoolTypes
  • +
  • WorkerChoiceStrategies
  • +
  • WorkerTypes
  • +
  • availableParallelism
  • Generated using TypeDoc

    \ No newline at end of file