Class: Hadoop::API::Jobtracker::ThriftTaskAttemptID

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

Overview

Unique task attempt id

Constant Summary collapse

TASKID =
1
ATTEMPTID =
2
ASSTRING =
3
FIELDS =
{
  TASKID => {:type => ::Thrift::Types::STRUCT, :name => 'taskID', :class => Hadoop::API::Jobtracker::ThriftTaskID},
  ATTEMPTID => {:type => ::Thrift::Types::I32, :name => 'attemptID'},
  ASSTRING => {:type => ::Thrift::Types::STRING, :name => 'asString'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



268
269
# File 'lib/thrift/jobtracker_types.rb', line 268

def validate
end