Class: Fluent::WebHDFSOutput::Compressor

Inherits:
Object
  • Object
show all
Includes:
Configurable
Defined in:
lib/fluent/plugin/out_webhdfs.rb

Direct Known Subclasses

Bzip2Compressor, GzipCompressor, TextCompressor

Instance Method Summary collapse

Instance Method Details

#compress(chunk) ⇒ Object



333
334
# File 'lib/fluent/plugin/out_webhdfs.rb', line 333

def compress(chunk)
end

#configure(conf) ⇒ Object



326
327
328
# File 'lib/fluent/plugin/out_webhdfs.rb', line 326

def configure(conf)
  super
end

#extObject



330
331
# File 'lib/fluent/plugin/out_webhdfs.rb', line 330

def ext
end

#initialise(options = {}) ⇒ Object



322
323
324
# File 'lib/fluent/plugin/out_webhdfs.rb', line 322

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