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_timeObject

Returns the value of attribute next_time

Returns:

  • (Object)

    the current value of next_time



134
135
136
# File 'lib/fluent/plugin/output.rb', line 134

def next_time
  @next_time
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



134
135
136
# File 'lib/fluent/plugin/output.rb', line 134

def thread
  @thread
end