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



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

def compress(chunk)
end

#configure(conf) ⇒ Object



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

def configure(conf)
  super
end

#extObject



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

def ext
end

#initialise(options = {}) ⇒ Object



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

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