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



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

def compress(chunk)
end

#configure(conf) ⇒ Object



479
480
481
# File 'lib/fluent/plugin/out_webhdfs.rb', line 479

def configure(conf)
  super
end

#extObject



483
484
# File 'lib/fluent/plugin/out_webhdfs.rb', line 483

def ext
end

#initialise(options = {}) ⇒ Object



475
476
477
# File 'lib/fluent/plugin/out_webhdfs.rb', line 475

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