class Fluent::Buffer

Public Class Methods

new() click to toggle source
Calls superclass method Fluent::Configurable.new
# File lib/fluent/buffer.rb, line 32
def initialize
  super
end

Public Instance Methods

before_shutdown(out) click to toggle source
# File lib/fluent/buffer.rb, line 46
def before_shutdown(out)
end
configure(conf) click to toggle source
Calls superclass method Fluent::Configurable#configure
# File lib/fluent/buffer.rb, line 36
def configure(conf)
  super
end
shutdown() click to toggle source
# File lib/fluent/buffer.rb, line 43
def shutdown
end
start() click to toggle source
# File lib/fluent/buffer.rb, line 40
def start
end