Class: Fluent::Compat::TextFormatter::CsvFormatter

Inherits:
Plugin::CsvFormatter show all
Defined in:
lib/fluent/compat/formatter.rb

Constant Summary

Constants inherited from Plugin::Formatter

Plugin::Formatter::PARSER_TYPES

Constants included from Fluent::Configurable

Fluent::Configurable::CONFIG_TYPE_REGISTRY

Instance Attribute Summary

Attributes inherited from Plugin::Base

#under_plugin_development

Instance Method Summary collapse

Methods inherited from Plugin::CsvFormatter

#configure, #csv_for_thread, #csv_thread_key, #format, #format_with_nested_fields

Methods included from PluginHelper::Mixin

included

Methods inherited from Plugin::Formatter

#format, #formatter_type

Methods included from TimeMixin::Formatter

included, #time_formatter_create

Methods included from Plugin::OwnedByMixin

#log, #owner, #owner=

Methods inherited from Plugin::Base

#acquire_worker_lock, #after_shutdown, #after_shutdown?, #after_start, #after_started?, #before_shutdown, #before_shutdown?, #called_in_test?, #close, #closed?, #configure, #configured?, #context_router, #context_router=, #fluentd_worker_id, #get_lock_path, #has_router?, #initialize, #inspect, #multi_workers_ready?, #plugin_root_dir, #reloadable_plugin?, #shutdown, #shutdown?, #start, #started?, #stop, #stopped?, #string_safe_encoding, #terminate, #terminated?

Methods included from SystemConfig::Mixin

#system_config, #system_config_override

Methods included from Fluent::Configurable

#config, #configure, #configure_proxy_generate, #configured_section_create, included, #initialize, lookup_type, register_type

Constructor Details

This class inherits a constructor from Fluent::Plugin::Base

Instance Method Details

#csv_cacheable?Boolean

Do not cache because it is hard to consider the thread key correctly. (We can try, but it would be low priority.)

Returns:

  • (Boolean)


107
108
109
# File 'lib/fluent/compat/formatter.rb', line 107

def csv_cacheable?
  false
end