Class: LogStash::Codecs::AutoFlushUnset
- Inherits:
-
Object
- Object
- LogStash::Codecs::AutoFlushUnset
- Defined in:
- lib/logstash/codecs/auto_flush.rb
Instance Method Summary collapse
-
#initialize(mc, interval) ⇒ AutoFlushUnset
constructor
A new instance of AutoFlushUnset.
- #start ⇒ Object
- #stop ⇒ Object
- #stopped? ⇒ Boolean
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
#start ⇒ Object
41 42 43 |
# File 'lib/logstash/codecs/auto_flush.rb', line 41 def start self end |
#stop ⇒ Object
45 46 47 |
# File 'lib/logstash/codecs/auto_flush.rb', line 45 def stop self end |
#stopped? ⇒ Boolean
37 38 39 |
# File 'lib/logstash/codecs/auto_flush.rb', line 37 def stopped? true end |