Class: Hadoop::API::Jobtracker::ThriftTaskTrackerStatusList

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

Overview

Container structure for TaskTrackerStatus objects

Constant Summary collapse

TRACKERS =
1
FIELDS =
{
  TRACKERS => {:type => ::Thrift::Types::LIST, :name => 'trackers', :element => {:type => ::Thrift::Types::STRUCT, :class => Hadoop::API::Jobtracker::ThriftTaskTrackerStatus}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



431
432
# File 'lib/thrift/jobtracker_types.rb', line 431

def validate
end