Class: Hadoop::API::Jobtracker::Jobtracker::GetTaskList_args

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

Constant Summary collapse

CTX =
1
JOBID =
2
TYPES =
3
STATES =
4
TEXT =
5
COUNT =
6
OFFSET =
7
FIELDS =
{
  CTX => {:type => ::Thrift::Types::STRUCT, :name => 'ctx', :class => Hadoop::API::RequestContext},
  JOBID => {:type => ::Thrift::Types::STRUCT, :name => 'jobID', :class => Hadoop::API::Jobtracker::ThriftJobID},
  TYPES => {:type => ::Thrift::Types::SET, :name => 'types', :element => {:type => ::Thrift::Types::I32, :enum_class => Hadoop::API::Jobtracker::ThriftTaskType}},
  STATES => {:type => ::Thrift::Types::SET, :name => 'states', :element => {:type => ::Thrift::Types::I32, :enum_class => Hadoop::API::Jobtracker::ThriftTaskQueryState}},
  TEXT => {:type => ::Thrift::Types::STRING, :name => 'text'},
  COUNT => {:type => ::Thrift::Types::I32, :name => 'count'},
  OFFSET => {:type => ::Thrift::Types::I32, :name => 'offset'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



977
978
# File 'lib/thrift/jobtracker.rb', line 977

def validate
end