Class: ThriftHadoopFileSystem::Write_args

Inherits:
Object
  • Object
show all
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_fieldsObject



739
# File 'lib/thrift/thrift_hadoop_file_system.rb', line 739

def struct_fields; FIELDS; end

#validateObject



741
742
# File 'lib/thrift/thrift_hadoop_file_system.rb', line 741

def validate
end