Class: Hadoop::API::Jobtracker::Jobtracker::GetTask_args

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

Constant Summary collapse

CTX =
1
TASKID =
2
FIELDS =
{
  CTX => {:type => ::Thrift::Types::STRUCT, :name => 'ctx', :class => Hadoop::API::RequestContext},
  TASKID => {:type => ::Thrift::Types::STRUCT, :name => 'taskID', :class => Hadoop::API::Jobtracker::ThriftTaskID}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1013
1014
# File 'lib/thrift/jobtracker.rb', line 1013

def validate
end