Class: Fluent::Plugin::AzureStorageGen2Output::Compressor

Inherits:
Object
  • Object
show all
Includes:
Configurable
Defined in:
lib/fluent/plugin/out_azurestorage_gen2.rb

Direct Known Subclasses

GzipCompressor, TextCompressor

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(opts = {}) ⇒ Compressor

Returns a new instance of Compressor.



655
656
657
658
659
# File 'lib/fluent/plugin/out_azurestorage_gen2.rb', line 655

def initialize(opts = {})
  super()
  @buffer_type = opts[:buffer_type]
  @log = opts[:log]
end

Instance Attribute Details

#buffer_typeObject (readonly)

Returns the value of attribute buffer_type.



661
662
663
# File 'lib/fluent/plugin/out_azurestorage_gen2.rb', line 661

def buffer_type
  @buffer_type
end

#logObject (readonly)

Returns the value of attribute log.



661
662
663
# File 'lib/fluent/plugin/out_azurestorage_gen2.rb', line 661

def log
  @log
end

Instance Method Details

#compress(chunk, tmp) ⇒ Object



673
674
# File 'lib/fluent/plugin/out_azurestorage_gen2.rb', line 673

def compress(chunk, tmp)
end

#configure(conf) ⇒ Object



663
664
665
# File 'lib/fluent/plugin/out_azurestorage_gen2.rb', line 663

def configure(conf)
  super
end

#content_typeObject



670
671
# File 'lib/fluent/plugin/out_azurestorage_gen2.rb', line 670

def content_type
end

#extObject



667
668
# File 'lib/fluent/plugin/out_azurestorage_gen2.rb', line 667

def ext
end