Internal
Readonly
chooseChooses a worker node in the pool and returns its key.
If no worker nodes are not eligible, undefined
is returned.
If undefined
is returned, the caller retry.
Chooses a worker node in the pool and returns its key.
If no worker nodes are not eligible, undefined
is returned.
If undefined
is returned, the caller retry.
The worker node key or undefined
.
The worker node key or undefined
.
Readonly
removeRemoves the worker node key from strategy internals.
Removes the worker node key from strategy internals.
The worker node key.
true
if the worker node key is removed, false
otherwise.
The worker node key.
true
if the worker node key is removed, false
otherwise.
Readonly
resetResets strategy internals.
Resets strategy internals.
true
if the reset is successful, false
otherwise.
true
if the reset is successful, false
otherwise.
Readonly
setSets the worker choice strategy options.
Sets the worker choice strategy options.
The worker choice strategy options.
The worker choice strategy options.
Readonly
strategyStrategy policy.
Readonly
taskTasks statistics requirements.
Readonly
updateUpdates the worker node key strategy internals. This is called after a task has been executed on a worker node.
Updates the worker node key strategy internals. This is called after a task has been executed on a worker node.
true
if the update is successful, false
otherwise.
true
if the update is successful, false
otherwise.
Generated using TypeDoc
Worker choice strategy interface.