Class: ThriftHadoopFileSystem::Read_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
OFFSET =
-1
SIZE =
-2
FIELDS =
{
  HANDLE => {:type => ::Thrift::Types::STRUCT, :name => 'handle', :class => ThriftHandle},
  OFFSET => {:type => ::Thrift::Types::I64, :name => 'offset'},
  SIZE => {:type => ::Thrift::Types::I32, :name => 'size'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



779
780
# File 'lib/thrift/thrift_hadoop_file_system.rb', line 779

def validate
end