Class: Fluent::PluginHelper::ChildProcess::ProcessInfo
- Inherits:
-
Struct
- Object
- Struct
- Fluent::PluginHelper::ChildProcess::ProcessInfo
- Defined in:
- lib/fluent/plugin_helper/child_process.rb
Instance Attribute Summary collapse
-
#alive ⇒ Object
Returns the value of attribute alive.
-
#killed_at ⇒ Object
Returns the value of attribute killed_at.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#readio ⇒ Object
Returns the value of attribute readio.
-
#readio_in_use ⇒ Object
Returns the value of attribute readio_in_use.
-
#stderrio ⇒ Object
Returns the value of attribute stderrio.
-
#stderrio_in_use ⇒ Object
Returns the value of attribute stderrio_in_use.
-
#thread ⇒ Object
Returns the value of attribute thread.
-
#title ⇒ Object
Returns the value of attribute title.
-
#wait_thread ⇒ Object
Returns the value of attribute wait_thread.
-
#writeio ⇒ Object
Returns the value of attribute writeio.
-
#writeio_in_use ⇒ Object
Returns the value of attribute writeio_in_use.
Instance Attribute Details
#alive ⇒ Object
Returns the value of attribute alive
193 194 195 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 193 def alive @alive end |
#killed_at ⇒ Object
Returns the value of attribute killed_at
193 194 195 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 193 def killed_at @killed_at end |
#pid ⇒ Object
Returns the value of attribute pid
193 194 195 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 193 def pid @pid end |
#readio ⇒ Object
Returns the value of attribute readio
193 194 195 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 193 def readio @readio end |
#readio_in_use ⇒ Object
Returns the value of attribute readio_in_use
193 194 195 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 193 def readio_in_use @readio_in_use end |
#stderrio ⇒ Object
Returns the value of attribute stderrio
193 194 195 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 193 def stderrio @stderrio end |
#stderrio_in_use ⇒ Object
Returns the value of attribute stderrio_in_use
193 194 195 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 193 def stderrio_in_use @stderrio_in_use end |
#thread ⇒ Object
Returns the value of attribute thread
193 194 195 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 193 def thread @thread end |
#title ⇒ Object
Returns the value of attribute title
193 194 195 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 193 def title @title end |
#wait_thread ⇒ Object
Returns the value of attribute wait_thread
193 194 195 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 193 def wait_thread @wait_thread end |
#writeio ⇒ Object
Returns the value of attribute writeio
193 194 195 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 193 def writeio @writeio end |
#writeio_in_use ⇒ Object
Returns the value of attribute writeio_in_use
193 194 195 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 193 def writeio_in_use @writeio_in_use end |