Class: Hadoop::API::Jobtracker::Jobtracker::KillJob_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



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

def struct_fields; FIELDS; end

#validateObject



1323
1324
# File 'lib/thrift/jobtracker.rb', line 1323

def validate
end