Class: Hadoop::API::HadoopServiceBase::GetThreadDump_result
- Inherits:
-
Object
- Object
- Hadoop::API::HadoopServiceBase::GetThreadDump_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/hadoop_service_base.rb
Constant Summary collapse
- SUCCESS =
0
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::LIST, :name => 'success', :element => {:type => ::Thrift::Types::STRUCT, :class => Hadoop::API::ThreadStackTrace}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
233 |
# File 'lib/thrift/hadoop_service_base.rb', line 233 def struct_fields; FIELDS; end |
#validate ⇒ Object
235 236 |
# File 'lib/thrift/hadoop_service_base.rb', line 235 def validate end |