Class: Fluent::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



383
384
# File 'lib/fluent/plugin/out_webhdfs.rb', line 383

def compress(chunk)
end

#configure(conf) ⇒ Object



376
377
378
# File 'lib/fluent/plugin/out_webhdfs.rb', line 376

def configure(conf)
  super
end

#extObject



380
381
# File 'lib/fluent/plugin/out_webhdfs.rb', line 380

def ext
end

#initialise(options = {}) ⇒ Object



372
373
374
# File 'lib/fluent/plugin/out_webhdfs.rb', line 372

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