Class: WebHDFS::Client

Inherits:
ClientV1 show all
Defined in:
lib/webhdfs/client.rb

Constant Summary

Constants inherited from ClientV1

WebHDFS::ClientV1::KNOWN_ERRORS, WebHDFS::ClientV1::OPT_TABLE, WebHDFS::ClientV1::REDIRECTED_OPERATIONS, WebHDFS::ClientV1::SSL_VERIFY_MODES

Instance Attribute Summary

Attributes inherited from ClientV1

#doas, #host, #http_headers, #httpfs_mode, #kerberos, #kerberos_keytab, #open_timeout, #port, #proxy_address, #proxy_pass, #proxy_port, #proxy_user, #read_timeout, #retry_interval, #retry_known_errors, #retry_times, #ssl, #ssl_ca_file, #ssl_cert, #ssl_key, #ssl_verify_mode, #ssl_version, #username

Method Summary

Methods inherited from ClientV1

#api_path, #append, #build_path, #check_options, #check_success_json, #checksum, #chmod, #chown, #content_summary, #create, #delete, #homedir, #initialize, #list, #mkdir, #operate_requests, #read, #rename, #replication, #request, #stat, #touch

Constructor Details

This class inherits a constructor from WebHDFS::ClientV1