Class: ThriftHadoopFileSystem::Write_args
- Inherits:
-
Object
- Object
- ThriftHadoopFileSystem::Write_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/thrift_hadoop_file_system.rb
Constant Summary collapse
- HANDLE =
1
- DATA =
-1
- FIELDS =
{ HANDLE => {:type => ::Thrift::Types::STRUCT, :name => 'handle', :class => ThriftHandle}, DATA => {:type => ::Thrift::Types::STRING, :name => 'data'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
739 |
# File 'lib/thrift/thrift_hadoop_file_system.rb', line 739 def struct_fields; FIELDS; end |
#validate ⇒ Object
741 742 |
# File 'lib/thrift/thrift_hadoop_file_system.rb', line 741 def validate end |