Class: Fluent::Plugin::WebHDFSOutput::TextCompressor

Inherits:
Compressor
  • Object
show all
Defined in:
lib/fluent/plugin/webhdfs_compressor_text.rb

Instance Method Summary collapse

Methods inherited from Compressor

#configure, #initialise

Instance Method Details

#compress(chunk, tmp) ⇒ Object



10
11
12
# File 'lib/fluent/plugin/webhdfs_compressor_text.rb', line 10

def compress(chunk, tmp)
  chunk.write_to(tmp)
end

#extObject



6
7
8
# File 'lib/fluent/plugin/webhdfs_compressor_text.rb', line 6

def ext
  ""
end