Class: Rage::Configuration::Deferred::Backpressure
- Inherits:
-
Object
- Object
- Rage::Configuration::Deferred::Backpressure
- Defined in:
- lib/rage/configuration.rb
Instance Attribute Summary collapse
-
#high_water_mark ⇒ Object
readonly
Returns the value of attribute high_water_mark.
-
#low_water_mark ⇒ Object
readonly
Returns the value of attribute low_water_mark.
-
#sleep_interval ⇒ Object
readonly
Returns the value of attribute sleep_interval.
-
#timeout ⇒ Object
readonly
Returns the value of attribute timeout.
-
#timeout_iterations ⇒ Object
readonly
Returns the value of attribute timeout_iterations.
Instance Attribute Details
#high_water_mark ⇒ Object (readonly)
Returns the value of attribute high_water_mark.
661 662 663 |
# File 'lib/rage/configuration.rb', line 661 def high_water_mark @high_water_mark end |
#low_water_mark ⇒ Object (readonly)
Returns the value of attribute low_water_mark.
661 662 663 |
# File 'lib/rage/configuration.rb', line 661 def low_water_mark @low_water_mark end |
#sleep_interval ⇒ Object (readonly)
Returns the value of attribute sleep_interval.
661 662 663 |
# File 'lib/rage/configuration.rb', line 661 def sleep_interval @sleep_interval end |
#timeout ⇒ Object (readonly)
Returns the value of attribute timeout.
661 662 663 |
# File 'lib/rage/configuration.rb', line 661 def timeout @timeout end |
#timeout_iterations ⇒ Object (readonly)
Returns the value of attribute timeout_iterations.
661 662 663 |
# File 'lib/rage/configuration.rb', line 661 def timeout_iterations @timeout_iterations end |