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

#next_clockObject

Returns the value of attribute next_clock

Returns:

  • (Object)

    the current value of next_clock



153
154
155
# File 'lib/fluent/plugin/output.rb', line 153

def next_clock
  @next_clock
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



153
154
155
# File 'lib/fluent/plugin/output.rb', line 153

def thread
  @thread
end