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_time ⇒ Object
Returns the value of attribute next_time.
-
#thread ⇒ Object
Returns the value of attribute thread.
Instance Attribute Details
#next_time ⇒ Object
Returns the value of attribute next_time
134 135 136 |
# File 'lib/fluent/plugin/output.rb', line 134 def next_time @next_time end |
#thread ⇒ Object
Returns the value of attribute thread
134 135 136 |
# File 'lib/fluent/plugin/output.rb', line 134 def thread @thread end |