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



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

def compress(chunk)
end

#configure(conf) ⇒ Object



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

def configure(conf)
  super
end

#extObject



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

def ext
end

#initialise(options = {}) ⇒ Object



486
487
488
# File 'lib/fluent/plugin/out_webhdfs.rb', line 486

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