Class: LogStash::Filters::Jdbc::RepeatingLoadRunner
- Inherits:
-
SingleLoadRunner
- Object
- SingleLoadRunner
- LogStash::Filters::Jdbc::RepeatingLoadRunner
- Defined in:
- lib/logstash/filters/jdbc/repeating_load_runner.rb
Instance Attribute Summary
Attributes inherited from SingleLoadRunner
Instance Method Summary collapse
Methods inherited from SingleLoadRunner
#initial_load, #initialize, #reload_count
Constructor Details
This class inherits a constructor from LogStash::Filters::Jdbc::SingleLoadRunner
Instance Method Details
#repeated_load ⇒ Object
6 7 8 9 |
# File 'lib/logstash/filters/jdbc/repeating_load_runner.rb', line 6 def repeated_load local.repopulate_all(loaders) @reload_counter.increment end |