Class: LogStash::Codecs::AutoFlushUnset

Inherits:
Object
  • Object
show all
Defined in:
lib/logstash/codecs/auto_flush.rb

Instance Method Summary collapse

Constructor Details

#initialize(mc, interval) ⇒ AutoFlushUnset

Returns a new instance of AutoFlushUnset.



34
35
# File 'lib/logstash/codecs/auto_flush.rb', line 34

def initialize(mc, interval)
end

Instance Method Details

#startObject



41
42
43
# File 'lib/logstash/codecs/auto_flush.rb', line 41

def start
  self
end

#stopObject



45
46
47
# File 'lib/logstash/codecs/auto_flush.rb', line 45

def stop
  self
end

#stopped?Boolean

Returns:

  • (Boolean)


37
38
39
# File 'lib/logstash/codecs/auto_flush.rb', line 37

def stopped?
  true
end