Class: Hadoop::API::Jobtracker::ThriftGroupList

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

Overview

Container structure for counter groups

Constant Summary collapse

GROUPS =
1
FIELDS =
{
  GROUPS => {:type => ::Thrift::Types::LIST, :name => 'groups', :element => {:type => ::Thrift::Types::STRUCT, :class => Hadoop::API::Jobtracker::ThriftCounterGroup}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



196
197
# File 'lib/thrift/jobtracker_types.rb', line 196

def validate
end