Class: Fluent::Plugin::Output::FlushThreadState
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::Output::FlushThreadState
- Defined in:
- lib/fluent/plugin/output.rb
Overview
Internal states
Instance Attribute Summary collapse
-
#next_clock ⇒ Object
Returns the value of attribute next_clock.
-
#thread ⇒ Object
Returns the value of attribute thread.
Instance Attribute Details
#next_clock ⇒ Object
Returns the value of attribute next_clock
153 154 155 |
# File 'lib/fluent/plugin/output.rb', line 153 def next_clock @next_clock end |
#thread ⇒ Object
Returns the value of attribute thread
153 154 155 |
# File 'lib/fluent/plugin/output.rb', line 153 def thread @thread end |