# File lib/fluent/buffer.rb, line 44 def before_shutdown(out) end
# File lib/fluent/buffer.rb, line 63 def clear! raise NotImplementedError, "Implement this method in child class" end
# File lib/fluent/buffer.rb, line 34 def configure(conf) super end
# File lib/fluent/buffer.rb, line 47 def emit(key, data, chain) raise NotImplementedError, "Implement this method in child class" end
# File lib/fluent/buffer.rb, line 51 def keys raise NotImplementedError, "Implement this method in child class" end
# File lib/fluent/buffer.rb, line 59 def pop(out) raise NotImplementedError, "Implement this method in child class" end
Generated with the Darkfish Rdoc Generator 2.