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
-
#cond_var ⇒ Object
Returns the value of attribute cond_var.
-
#mutex ⇒ Object
Returns the value of attribute mutex.
-
#next_clock ⇒ Object
Returns the value of attribute next_clock.
-
#thread ⇒ Object
Returns the value of attribute thread.
Instance Attribute Details
#cond_var ⇒ Object
Returns the value of attribute cond_var
160 161 162 |
# File 'lib/fluent/plugin/output.rb', line 160 def cond_var @cond_var end |
#mutex ⇒ Object
Returns the value of attribute mutex
160 161 162 |
# File 'lib/fluent/plugin/output.rb', line 160 def mutex @mutex end |
#next_clock ⇒ Object
Returns the value of attribute next_clock
160 161 162 |
# File 'lib/fluent/plugin/output.rb', line 160 def next_clock @next_clock end |
#thread ⇒ Object
Returns the value of attribute thread
160 161 162 |
# File 'lib/fluent/plugin/output.rb', line 160 def thread @thread end |