Class: Temporalio::Worker::Tuner::ResourceBasedTunerOptions

Inherits:
Data
  • Object
show all
Defined in:
lib/temporalio/worker/tuner.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#target_cpu_usageObject (readonly)

Returns the value of attribute target_cpu_usage



236
237
238
239
# File 'lib/temporalio/worker/tuner.rb', line 236

ResourceBasedTunerOptions = Data.define(
  :target_memory_usage,
  :target_cpu_usage
)

#target_memory_usageObject (readonly)

Returns the value of attribute target_memory_usage



236
237
238
239
# File 'lib/temporalio/worker/tuner.rb', line 236

ResourceBasedTunerOptions = Data.define(
  :target_memory_usage,
  :target_cpu_usage
)

Instance Method Details

#target_cpu_usage=(value) ⇒ Float (readonly)



236
237
238
239
# File 'lib/temporalio/worker/tuner.rb', line 236

ResourceBasedTunerOptions = Data.define(
  :target_memory_usage,
  :target_cpu_usage
)

#target_memory_usage=(value) ⇒ Float (readonly)



236
237
238
239
# File 'lib/temporalio/worker/tuner.rb', line 236

ResourceBasedTunerOptions = Data.define(
  :target_memory_usage,
  :target_cpu_usage
)