Class: Hadoop::API::Jobtracker::ThriftJobList
- Inherits:
-
Object
- Object
- Hadoop::API::Jobtracker::ThriftJobList
- 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_fields ⇒ Object
577 |
# File 'lib/thrift/jobtracker_types.rb', line 577 def struct_fields; FIELDS; end |
#validate ⇒ Object
579 580 |
# File 'lib/thrift/jobtracker_types.rb', line 579 def validate end |