Class: Fluent::Plugin::WebHDFSOutput::Compressor
- Inherits:
-
Object
- Object
- Fluent::Plugin::WebHDFSOutput::Compressor
show all
- Includes:
- Configurable
- Defined in:
- lib/fluent/plugin/out_webhdfs.rb
Instance Method Summary
collapse
Instance Method Details
#compress(chunk) ⇒ Object
503
504
|
# File 'lib/fluent/plugin/out_webhdfs.rb', line 503
def compress(chunk)
end
|
496
497
498
|
# File 'lib/fluent/plugin/out_webhdfs.rb', line 496
def configure(conf)
super
end
|
#ext ⇒ Object
500
501
|
# File 'lib/fluent/plugin/out_webhdfs.rb', line 500
def ext
end
|
#initialise(options = {}) ⇒ Object
492
493
494
|
# File 'lib/fluent/plugin/out_webhdfs.rb', line 492
def initialise(options = {})
super()
end
|