Module: Fluent

Defined in:
lib/flydata/fluent-plugins/out_forward_ssl.rb,
lib/flydata/fluent-plugins/in_mysql_binlog_flydata.rb,
lib/flydata/fluent-plugins/flydata_plugin_ext/preference.rb,
lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync.rb,
lib/flydata/fluent-plugins/flydata_plugin_ext/flush_support.rb,
lib/flydata/fluent-plugins/flydata_plugin_ext/fluent_log_ext.rb,
lib/flydata/fluent-plugins/in_postgresql_query_based_flydata.rb,
lib/flydata/fluent-plugins/flydata_plugin_ext/idle_event_detector.rb,
lib/flydata/fluent-plugins/flydata_plugin_ext/transaction_support.rb,
lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_diff_based.rb,
lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync_query_based.rb

Defined Under Namespace

Modules: DataEntryPreferenceConfigurable, FlushSupport, FlydataSync, FlydataSyncDiffBased, FlydataSyncQueryBased, MysqlBinlogFlydataInputPreference, PostgresqlQueryBasedSyncPreference, TransactionSupport Classes: EngineClass, ForwardSslOutput, IdleEventDetector, Log, MysqlBinlogFlydataInput, PostgresqlQueryBasedFlydataInput, TransactionContext

Instance Method Summary collapse

Instance Method Details

#shutdownObject



76
77
78
79
# File 'lib/flydata/fluent-plugins/flydata_plugin_ext/flydata_sync.rb', line 76

def shutdown
  super
  @sync_fm.close if @sync_fm
end