Class: ThriftHadoopFileSystem::Chown_args
- Inherits:
-
Object
- Object
- ThriftHadoopFileSystem::Chown_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/thrift_hadoop_file_system.rb
Constant Summary collapse
- PATH =
1
- OWNER =
2
- GROUP =
3
- FIELDS =
{ PATH => {:type => ::Thrift::Types::STRUCT, :name => 'path', :class => Pathname}, OWNER => {:type => ::Thrift::Types::STRING, :name => 'owner'}, GROUP => {:type => ::Thrift::Types::STRING, :name => 'group'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1091 |
# File 'lib/thrift/thrift_hadoop_file_system.rb', line 1091 def struct_fields; FIELDS; end |
#validate ⇒ Object
1093 1094 |
# File 'lib/thrift/thrift_hadoop_file_system.rb', line 1093 def validate end |