class NullFileHandler
Public Class Methods
new(path)
click to toggle source
# File lib/logstash/inputs/value_tracking.rb, line 74 def initialize(path) end
Public Instance Methods
clean()
click to toggle source
# File lib/logstash/inputs/value_tracking.rb, line 77 def clean end
read()
click to toggle source
# File lib/logstash/inputs/value_tracking.rb, line 80 def read end
write(value)
click to toggle source
# File lib/logstash/inputs/value_tracking.rb, line 83 def write(value) end