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



148
149
150
# File 'lib/fluent/plugin/output.rb', line 148

def next_clock
  @next_clock
end

#threadObject

Returns the value of attribute thread



148
149
150
# File 'lib/fluent/plugin/output.rb', line 148

def thread
  @thread
end