Class: ThriftHadoopFileSystem::Rename_result
- Inherits:
-
Object
- Object
- ThriftHadoopFileSystem::Rename_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/thrift_hadoop_file_system.rb
Constant Summary collapse
- SUCCESS =
0
- OUCH =
1
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::BOOL, :name => 'success'}, OUCH => {:type => ::Thrift::Types::STRUCT, :name => 'ouch', :class => ThriftIOException} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
901 |
# File 'lib/thrift/thrift_hadoop_file_system.rb', line 901 def struct_fields; FIELDS; end |
#validate ⇒ Object
903 904 |
# File 'lib/thrift/thrift_hadoop_file_system.rb', line 903 def validate end |