Class: Hadoop::API::Jobtracker::ThriftJobQueueList

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

Constant Summary collapse

QUEUES =
1
FIELDS =
{
  QUEUES => {:type => ::Thrift::Types::LIST, :name => 'queues', :element => {:type => ::Thrift::Types::STRUCT, :class => Hadoop::API::Jobtracker::ThriftJobQueueInfo}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



137
138
# File 'lib/thrift/jobtracker_types.rb', line 137

def validate
end