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.
-
#exit_status ⇒ Object
Returns the value of attribute exit_status.
-
#killed_at ⇒ Object
Returns the value of attribute killed_at.
-
#on_exit_callback ⇒ Object
Returns the value of attribute on_exit_callback.
-
#on_exit_callback_mutex ⇒ Object
Returns the value of attribute on_exit_callback_mutex.
-
#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
223 224 225 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 223 def alive @alive end |
#exit_status ⇒ Object
Returns the value of attribute exit_status
223 224 225 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 223 def exit_status @exit_status end |
#killed_at ⇒ Object
Returns the value of attribute killed_at
223 224 225 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 223 def killed_at @killed_at end |
#on_exit_callback ⇒ Object
Returns the value of attribute on_exit_callback
223 224 225 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 223 def on_exit_callback @on_exit_callback end |
#on_exit_callback_mutex ⇒ Object
Returns the value of attribute on_exit_callback_mutex
223 224 225 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 223 def on_exit_callback_mutex @on_exit_callback_mutex end |
#pid ⇒ Object
Returns the value of attribute pid
223 224 225 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 223 def pid @pid end |
#readio ⇒ Object
Returns the value of attribute readio
223 224 225 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 223 def readio @readio end |
#readio_in_use ⇒ Object
Returns the value of attribute readio_in_use
223 224 225 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 223 def readio_in_use @readio_in_use end |
#stderrio ⇒ Object
Returns the value of attribute stderrio
223 224 225 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 223 def stderrio @stderrio end |
#stderrio_in_use ⇒ Object
Returns the value of attribute stderrio_in_use
223 224 225 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 223 def stderrio_in_use @stderrio_in_use end |
#thread ⇒ Object
Returns the value of attribute thread
223 224 225 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 223 def thread @thread end |
#title ⇒ Object
Returns the value of attribute title
223 224 225 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 223 def title @title end |
#wait_thread ⇒ Object
Returns the value of attribute wait_thread
223 224 225 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 223 def wait_thread @wait_thread end |
#writeio ⇒ Object
Returns the value of attribute writeio
223 224 225 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 223 def writeio @writeio end |
#writeio_in_use ⇒ Object
Returns the value of attribute writeio_in_use
223 224 225 |
# File 'lib/fluent/plugin_helper/child_process.rb', line 223 def writeio_in_use @writeio_in_use end |