Class: Fluent::Plugin::ExecFilterOutput::ExecutedProcess

Inherits:
Struct
  • Object
show all
Defined in:
lib/fluent/plugin/out_exec_filter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#mutexObject

Returns the value of attribute mutex

Returns:

  • (Object)

    the current value of mutex



180
181
182
# File 'lib/fluent/plugin/out_exec_filter.rb', line 180

def mutex
  @mutex
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



180
181
182
# File 'lib/fluent/plugin/out_exec_filter.rb', line 180

def pid
  @pid
end

#readioObject

Returns the value of attribute readio

Returns:

  • (Object)

    the current value of readio



180
181
182
# File 'lib/fluent/plugin/out_exec_filter.rb', line 180

def readio
  @readio
end

#respawnsObject

Returns the value of attribute respawns

Returns:

  • (Object)

    the current value of respawns



180
181
182
# File 'lib/fluent/plugin/out_exec_filter.rb', line 180

def respawns
  @respawns
end

#writeioObject

Returns the value of attribute writeio

Returns:

  • (Object)

    the current value of writeio



180
181
182
# File 'lib/fluent/plugin/out_exec_filter.rb', line 180

def writeio
  @writeio
end