Class: BinlogReaderCommand::Cat

Inherits:
Head
  • Object
show all
Defined in:
lib/fluent/command/binlog_reader.rb

Constant Summary collapse

DEFAULT_CAT_OPTIONS =
{
  count: nil                # Overwrite DEFAULT_HEAD_OPTIONS[:count]
}

Constants inherited from Head

Head::DEFAULT_HEAD_OPTIONS

Constants included from Formattable

Formattable::DEFAULT_OPTIONS

Instance Method Summary collapse

Methods inherited from Head

#call, #initialize

Methods included from Formattable

#initialize

Methods inherited from Base

#call, #initialize

Constructor Details

This class inherits a constructor from BinlogReaderCommand::Head

Instance Method Details

#default_optionsObject



212
213
214
# File 'lib/fluent/command/binlog_reader.rb', line 212

def default_options
  DEFAULT_CAT_OPTIONS
end