Class: Hadoop::API::Jobtracker::ThriftGroupList
- Inherits:
-
Object
- Object
- Hadoop::API::Jobtracker::ThriftGroupList
- 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_fields ⇒ Object
194 |
# File 'lib/thrift/jobtracker_types.rb', line 194 def struct_fields; FIELDS; end |
#validate ⇒ Object
196 197 |
# File 'lib/thrift/jobtracker_types.rb', line 196 def validate end |