Class: Fluent::TailPathInput::TailWatcher::NullIOHandler
- Inherits:
-
Object
- Object
- Fluent::TailPathInput::TailWatcher::NullIOHandler
- Defined in:
- lib/fluent/plugin/in_tailpath.rb
Instance Method Summary collapse
- #close ⇒ Object
-
#initialize ⇒ NullIOHandler
constructor
A new instance of NullIOHandler.
- #io ⇒ Object
- #on_notify ⇒ Object
Constructor Details
#initialize ⇒ NullIOHandler
Returns a new instance of NullIOHandler.
343 344 |
# File 'lib/fluent/plugin/in_tailpath.rb', line 343 def initialize end |
Instance Method Details
#close ⇒ Object
352 353 |
# File 'lib/fluent/plugin/in_tailpath.rb', line 352 def close end |
#io ⇒ Object
346 347 |
# File 'lib/fluent/plugin/in_tailpath.rb', line 346 def io end |
#on_notify ⇒ Object
349 350 |
# File 'lib/fluent/plugin/in_tailpath.rb', line 349 def on_notify end |