Class: Hadoop::API::Jobtracker::Jobtracker::GetJob_args

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

Constant Summary collapse

CTX =
10
JOBID =
1
FIELDS =
{
  CTX => {:type => ::Thrift::Types::STRUCT, :name => 'ctx', :class => Hadoop::API::RequestContext},
  JOBID => {:type => ::Thrift::Types::STRUCT, :name => 'jobID', :class => Hadoop::API::Jobtracker::ThriftJobID}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



735
# File 'lib/thrift/jobtracker.rb', line 735

def struct_fields; FIELDS; end

#validateObject



737
738
# File 'lib/thrift/jobtracker.rb', line 737

def validate
end