Skip to main content

Module worker_tuner

Module worker_tuner 

Source
Expand description

Worker concurrency tuning. Worker concurrency tuning for SDK workers.

Modules§

resource_based_slot_options_builder
Tools for manipulating the type state of ResourceBasedSlotOptionsBuilder.
resource_based_tuner_builder
Tools for manipulating the type state of ResourceBasedTunerBuilder.
resource_based_tuner_options_builder
Tools for manipulating the type state of ResourceBasedTunerOptionsBuilder.
resource_based_tuner_with_controller_builder
Tools for manipulating the type state of ResourceBasedTunerWithControllerBuilder.
tuner_holder_builder
Tools for manipulating the type state of TunerHolderBuilder.

Structs§

FixedSizeSlotSupplier
A fixed-size slot supplier.
ResourceBasedController
Coordinates resource-based slot allocation across multiple workers.
ResourceBasedSlotOptions
Per-task-type options for resource-based slots.
ResourceBasedSlotOptionsBuilder
Use builder syntax to set the inputs and finish with build().
ResourceBasedSlotsForType
Resource-based slot settings for one task type.
ResourceBasedTuner
A resource-based tuner that creates a controller scoped to its worker.
ResourceBasedTunerBuilder
Use builder syntax to set the inputs and finish with build().
ResourceBasedTunerOptions
Target resource usage for resource-based tuning.
ResourceBasedTunerOptionsBuilder
Use builder syntax to set the inputs and finish with build().
ResourceBasedTunerWithController
A resource-based tuner governed by a controller shared across workers.
ResourceBasedTunerWithControllerBuilder
Use builder syntax to set the inputs and finish with build().
TunerHolder
A tuner composed from independently selected slot suppliers.
TunerHolderBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

SlotSupplier
A fixed-size or resource-based slot supplier.
WorkerTuner
A worker tuner configuration.