Class: Hadoop::API::Jobtracker::Jobtracker::GetJobCounters_result

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

Constant Summary collapse

SUCCESS =
0
ERR =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Hadoop::API::Jobtracker::ThriftGroupList},
  ERR => {:type => ::Thrift::Types::STRUCT, :name => 'err', :class => Hadoop::API::Jobtracker::JobNotFoundException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1069
1070
# File 'lib/thrift/jobtracker.rb', line 1069

def validate
end