Class: Fluent::ThrottleFilter::Bucket

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

Instance Attribute Summary collapse

Instance Attribute Details

#emittedObject

Returns the value of attribute emitted

Returns:

  • (Object)

    the current value of emitted



13
14
15
# File 'lib/fluent/plugin/filter_throttle.rb', line 13

def emitted
  @emitted
end

#last_resetObject

Returns the value of attribute last_reset

Returns:

  • (Object)

    the current value of last_reset



13
14
15
# File 'lib/fluent/plugin/filter_throttle.rb', line 13

def last_reset
  @last_reset
end