Class: Fluent::Plugin::ZookeeperMntrInput
- Inherits:
-
Input
- Object
- Input
- Fluent::Plugin::ZookeeperMntrInput
- Defined in:
- lib/fluent/plugin/in_zookeeper_mntr.rb
Instance Method Summary collapse
Instance Method Details
#start ⇒ Object
31 32 33 34 35 |
# File 'lib/fluent/plugin/in_zookeeper_mntr.rb', line 31 def start super timer_execute(:in_zookeeper_mntr_runner, 0, repeat: false, &method(:run)) timer_execute(:in_zookeeper_mntr_runner, @interval, &method(:run)) end |