# File lib/fluent/plugin/buf_memory.rb, line 84 def before_shutdown(out) synchronize do @map.each_key {|key| push(key) } while pop(out) end end end
# File lib/fluent/plugin/buf_memory.rb, line 80 def configure(conf) super end
# File lib/fluent/plugin/buf_memory.rb, line 102 def enqueue(chunk) end
Generated with the Darkfish Rdoc Generator 2.