Class: Hadoop::API::Jobtracker::Jobtracker::KillJob_result

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

Constant Summary collapse

ERR =
1
JNE =
2
FIELDS =
{
  ERR => {:type => ::Thrift::Types::STRUCT, :name => 'err', :class => Hadoop::API::IOException},
  JNE => {:type => ::Thrift::Types::STRUCT, :name => 'jne', :class => Hadoop::API::Jobtracker::JobNotFoundException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1341
1342
# File 'lib/thrift/jobtracker.rb', line 1341

def validate
end