Class: Fluent::Plugin::Output::FlushThreadState

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

Overview

Internal states

Instance Attribute Summary collapse

Instance Attribute Details

#cond_varObject

Returns the value of attribute cond_var

Returns:

  • (Object)

    the current value of cond_var



159
160
161
# File 'lib/fluent/plugin/output.rb', line 159

def cond_var
  @cond_var
end

#mutexObject

Returns the value of attribute mutex

Returns:

  • (Object)

    the current value of mutex



159
160
161
# File 'lib/fluent/plugin/output.rb', line 159

def mutex
  @mutex
end

#next_clockObject

Returns the value of attribute next_clock

Returns:

  • (Object)

    the current value of next_clock



159
160
161
# File 'lib/fluent/plugin/output.rb', line 159

def next_clock
  @next_clock
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



159
160
161
# File 'lib/fluent/plugin/output.rb', line 159

def thread
  @thread
end