Class: Fluent::Compat::TextParser::CSVParser

Inherits:
Plugin::CSVParser show all
Defined in:
lib/fluent/compat/parser.rb

Constant Summary

Constants included from Fluent::Compat::TypeConverter

Fluent::Compat::TypeConverter::Converters

Constants inherited from Plugin::Parser

Plugin::Parser::TimeParser

Constants included from Fluent::Configurable

Fluent::Configurable::CONFIG_TYPE_REGISTRY

Instance Attribute Summary

Attributes inherited from Plugin::Parser

#estimate_current_event

Attributes inherited from Plugin::Base

#under_plugin_development

Method Summary

Methods inherited from Plugin::CSVParser

#parse

Methods inherited from Plugin::ValuesParser

#configure, #values_map

Methods included from Fluent::Compat::TypeConverter

#configure, included

Methods inherited from Plugin::Parser

#call, #initialize, #parse

Methods included from TimeMixin::Parser

included, #time_parser_create

Methods included from Plugin::OwnedByMixin

#log, #owner, #owner=

Methods inherited from Plugin::Base

#after_shutdown, #after_shutdown?, #after_start, #after_started?, #before_shutdown, #before_shutdown?, #close, #closed?, #configure, #configured?, #has_router?, #initialize, #inspect, #shutdown, #shutdown?, #start, #started?, #stop, #stopped?, #terminate, #terminated?

Methods included from SystemConfig::Mixin

#system_config, #system_config_override

Methods included from Fluent::Configurable

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

Constructor Details

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