Class: Rage::Configuration::Deferred::Backpressure

Inherits:
Object
  • Object
show all
Defined in:
lib/rage/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#high_water_markObject (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_markObject (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_intervalObject (readonly)

Returns the value of attribute sleep_interval.



661
662
663
# File 'lib/rage/configuration.rb', line 661

def sleep_interval
  @sleep_interval
end

#timeoutObject (readonly)

Returns the value of attribute timeout.



661
662
663
# File 'lib/rage/configuration.rb', line 661

def timeout
  @timeout
end

#timeout_iterationsObject (readonly)

Returns the value of attribute timeout_iterations.



661
662
663
# File 'lib/rage/configuration.rb', line 661

def timeout_iterations
  @timeout_iterations
end