Sha256: 417af9809f0e97eb058f51d314151ead6d47bc4dab22da0e879d744bdc96101d

Contents?: true

Size: 548 Bytes

Versions: 98

Compression:

Stored size: 548 Bytes

Contents

<%= preamble %>

require "fluent/plugin/storage"

module Fluent
  module Plugin
    class <%= class_name %> < Fluent::Plugin::Storage
      Fluent::Plugin.register_storage("<%= plugin_name %>", self)

      def initialize
        super
      end

      def configure(conf)
        super
      end

      def load
      end

      def save
      end

      def get(key)
      end

      def fetch(key, defval)
      end

      def put(key, value)
      end

      def delete(key)
      end

      def update(key, &block)
      end
    end
  end
end

Version data entries

98 entries across 98 versions & 7 rubygems

Version Path
fluentd-1.14.3-x64-mingw32 templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.14.3 templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.14.2-x86-mingw32 templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.14.2-x64-mingw32 templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.14.2 templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.14.1-x86-mingw32 templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.14.1-x64-mingw32 templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.14.1 templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.14.0-x86-mingw32 templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.14.0-x64-mingw32 templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.14.0 templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.14.0.rc templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.13.3-x86-mingw32 templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.13.3-x64-mingw32 templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.13.3 templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.13.2-x86-mingw32 templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.13.2-x64-mingw32 templates/new_gem/lib/fluent/plugin/storage.rb.erb
fluentd-1.13.2 templates/new_gem/lib/fluent/plugin/storage.rb.erb