Class: Fluent::WebHDFSOutput::Compressor
- Inherits:
-
Object
- Object
- Fluent::WebHDFSOutput::Compressor
show all
- Includes:
- Configurable
- Defined in:
- lib/fluent/plugin/out_webhdfs.rb
Instance Method Summary
collapse
Instance Method Details
#compress(chunk) ⇒ Object
335
336
|
# File 'lib/fluent/plugin/out_webhdfs.rb', line 335
def compress(chunk)
end
|
328
329
330
|
# File 'lib/fluent/plugin/out_webhdfs.rb', line 328
def configure(conf)
super
end
|
#ext ⇒ Object
332
333
|
# File 'lib/fluent/plugin/out_webhdfs.rb', line 332
def ext
end
|
#initialise(options = {}) ⇒ Object
324
325
326
|
# File 'lib/fluent/plugin/out_webhdfs.rb', line 324
def initialise(options = {})
super()
end
|