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



502
503
# File 'lib/fluent/plugin/out_webhdfs.rb', line 502

def compress(chunk)
end

#configure(conf) ⇒ Object



495
496
497
# File 'lib/fluent/plugin/out_webhdfs.rb', line 495

def configure(conf)
  super
end

#extObject



499
500
# File 'lib/fluent/plugin/out_webhdfs.rb', line 499

def ext
end

#initialise(options = {}) ⇒ Object



491
492
493
# File 'lib/fluent/plugin/out_webhdfs.rb', line 491

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