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