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
179 180 181 |
# File 'lib/fluent/plugin/out_exec_filter.rb', line 179 def mutex @mutex end |
#pid ⇒ Object
Returns the value of attribute pid
179 180 181 |
# File 'lib/fluent/plugin/out_exec_filter.rb', line 179 def pid @pid end |
#readio ⇒ Object
Returns the value of attribute readio
179 180 181 |
# File 'lib/fluent/plugin/out_exec_filter.rb', line 179 def readio @readio end |
#respawns ⇒ Object
Returns the value of attribute respawns
179 180 181 |
# File 'lib/fluent/plugin/out_exec_filter.rb', line 179 def respawns @respawns end |
#writeio ⇒ Object
Returns the value of attribute writeio
179 180 181 |
# File 'lib/fluent/plugin/out_exec_filter.rb', line 179 def writeio @writeio end |