Class: Hadoop::API::Jobtracker::ThriftJobList

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/jobtracker_types.rb

Overview

Container structure of a list of jobs, in case we ever want to add metadata

Constant Summary collapse

JOBS =
1
FIELDS =
{
  JOBS => {:type => ::Thrift::Types::LIST, :name => 'jobs', :element => {:type => ::Thrift::Types::STRUCT, :class => Hadoop::API::Jobtracker::ThriftJobInProgress}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



577
# File 'lib/thrift/jobtracker_types.rb', line 577

def struct_fields; FIELDS; end

#validateObject



579
580
# File 'lib/thrift/jobtracker_types.rb', line 579

def validate
end