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



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

def mutex
  @mutex
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



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

def pid
  @pid
end

#readioObject

Returns the value of attribute readio

Returns:

  • (Object)

    the current value of readio



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

def readio
  @readio
end

#respawnsObject

Returns the value of attribute respawns

Returns:

  • (Object)

    the current value of respawns



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

def respawns
  @respawns
end

#writeioObject

Returns the value of attribute writeio

Returns:

  • (Object)

    the current value of writeio



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

def writeio
  @writeio
end