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



519
520
# File 'lib/fluent/plugin/out_webhdfs.rb', line 519

def compress(chunk)
end

#configure(conf) ⇒ Object



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

def configure(conf)
  super
end

#extObject



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

def ext
end

#initialise(options = {}) ⇒ Object



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

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