Class: Fluent::Plugin::WebHDFSOutput::Compressor

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

Instance Method Summary collapse

Instance Method Details

#compress(chunk) ⇒ Object



515
516
# File 'lib/fluent/plugin/out_webhdfs.rb', line 515

def compress(chunk)
end

#configure(conf) ⇒ Object



508
509
510
# File 'lib/fluent/plugin/out_webhdfs.rb', line 508

def configure(conf)
  super
end

#extObject



512
513
# File 'lib/fluent/plugin/out_webhdfs.rb', line 512

def ext
end

#initialise(options = {}) ⇒ Object



504
505
506
# File 'lib/fluent/plugin/out_webhdfs.rb', line 504

def initialise(options = {})
  super()
end