Class: Fluent::Plugin::TailInput::GroupWatcher::FileCounter

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

Instance Attribute Summary collapse

Instance Attribute Details

#number_lines_readObject

Returns the value of attribute number_lines_read

Returns:

  • (Object)

    the current value of number_lines_read



135
136
137
# File 'lib/fluent/plugin/in_tail/group_watch.rb', line 135

def number_lines_read
  @number_lines_read
end

#start_reading_timeObject

Returns the value of attribute start_reading_time

Returns:

  • (Object)

    the current value of start_reading_time



135
136
137
# File 'lib/fluent/plugin/in_tail/group_watch.rb', line 135

def start_reading_time
  @start_reading_time
end