Class: Hadoop::API::Jobtracker::ThriftJobProfile

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

Overview

Job metadata

Constant Summary collapse

USER =
1
JOBID =
2
JOBFILE =
3
NAME =
4
QUEUENAME =
5
FIELDS =
{
  USER => {:type => ::Thrift::Types::STRING, :name => 'user'},
  JOBID => {:type => ::Thrift::Types::STRUCT, :name => 'jobID', :class => Hadoop::API::Jobtracker::ThriftJobID},
  JOBFILE => {:type => ::Thrift::Types::STRING, :name => 'jobFile'},
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  QUEUENAME => {:type => ::Thrift::Types::STRING, :name => 'queueName'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



497
498
# File 'lib/thrift/jobtracker_types.rb', line 497

def validate
end