Class: Fluent::Plugin::ExecFilterOutput::ExecutedProcess
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::ExecFilterOutput::ExecutedProcess
- Defined in:
- lib/fluent/plugin/out_exec_filter.rb
Instance Attribute Summary collapse
-
#mutex ⇒ Object
Returns the value of attribute mutex.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#readio ⇒ Object
Returns the value of attribute readio.
-
#respawns ⇒ Object
Returns the value of attribute respawns.
-
#writeio ⇒ Object
Returns the value of attribute writeio.
Instance Attribute Details
#mutex ⇒ Object
Returns the value of attribute mutex
180 181 182 |
# File 'lib/fluent/plugin/out_exec_filter.rb', line 180 def mutex @mutex end |
#pid ⇒ Object
Returns the value of attribute pid
180 181 182 |
# File 'lib/fluent/plugin/out_exec_filter.rb', line 180 def pid @pid end |
#readio ⇒ Object
Returns the value of attribute readio
180 181 182 |
# File 'lib/fluent/plugin/out_exec_filter.rb', line 180 def readio @readio end |
#respawns ⇒ Object
Returns the value of attribute respawns
180 181 182 |
# File 'lib/fluent/plugin/out_exec_filter.rb', line 180 def respawns @respawns end |
#writeio ⇒ Object
Returns the value of attribute writeio
180 181 182 |
# File 'lib/fluent/plugin/out_exec_filter.rb', line 180 def writeio @writeio end |