Class: Hadoop::API::Jobtracker::Jobtracker::GetTask_result

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

Constant Summary collapse

SUCCESS =
0
JNF =
1
TNF =
2
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Hadoop::API::Jobtracker::ThriftTaskInProgress},
  JNF => {:type => ::Thrift::Types::STRUCT, :name => 'jnf', :class => Hadoop::API::Jobtracker::JobNotFoundException},
  TNF => {:type => ::Thrift::Types::STRUCT, :name => 'tnf', :class => Hadoop::API::Jobtracker::TaskNotFoundException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1033
1034
# File 'lib/thrift/jobtracker.rb', line 1033

def validate
end