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



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

def compress(chunk)
end

#configure(conf) ⇒ Object



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

def configure(conf)
  super
end

#extObject



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

def ext
end

#initialise(options = {}) ⇒ Object



472
473
474
# File 'lib/fluent/plugin/out_webhdfs.rb', line 472

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