class LogStash::Codecs::AutoFlushUnset

Public Class Methods

new(mc, interval) click to toggle source
# File lib/logstash/codecs/auto_flush.rb, line 34
def initialize(mc, interval)
end

Public Instance Methods

start() click to toggle source
# File lib/logstash/codecs/auto_flush.rb, line 41
def start
  self
end
stop() click to toggle source
# File lib/logstash/codecs/auto_flush.rb, line 45
def stop
  self
end
stopped?() click to toggle source
# File lib/logstash/codecs/auto_flush.rb, line 37
def stopped?
  true
end