Class: BinlogReaderCommand::Cat
- 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
Constants included from Formattable
Instance Method Summary collapse
Methods inherited from Head
Methods included from Formattable
Methods inherited from Base
Constructor Details
This class inherits a constructor from BinlogReaderCommand::Head
Instance Method Details
#default_options ⇒ Object
212 213 214 |
# File 'lib/fluent/command/binlog_reader.rb', line 212 def DEFAULT_CAT_OPTIONS end |