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
333
334
|
# File 'lib/fluent/plugin/out_webhdfs.rb', line 333
def compress(chunk)
end
|
326
327
328
|
# File 'lib/fluent/plugin/out_webhdfs.rb', line 326
def configure(conf)
super
end
|
#ext ⇒ Object
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
|