Sha256: 175473dbdbbd9518fff6330e86a945e5b3957e0792c573239ed59e04feb0cf5f

Contents?: true

Size: 619 Bytes

Versions: 34

Compression:

Stored size: 619 Bytes

Contents

require 'flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_diff_based'

module Fluent

  module FlydataSyncQueryBased
    def self.include_modules(base)
      FlydataSyncDiffBased.include_modules(base)
      base.send(:include, self)
    end

    def self.included(base)
      base.class_eval do
        config_param :host, :string
        config_param :port, :integer
        config_param :username, :string
        config_param :password, :string
        config_param :database, :string
        config_param :schema, :string, default: nil
      end
    end

    def configure(conf)
      super
    end
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
flydata-0.8.10.2 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.8.10.1 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.8.9.11 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.8.10 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.8.9 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.8.8 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.8.7 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.8.6 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.8.5 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.8.4 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.8.3 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.8.2 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.8.1 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.8.0 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.7.19 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.7.18 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.7.17 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.7.16 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.7.15 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb
flydata-0.7.14 lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb