Class: Hadoop::API::HadoopServiceBase::GetMetricsContext_result
- Inherits:
-
Object
- Object
- Hadoop::API::HadoopServiceBase::GetMetricsContext_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/hadoop_service_base.rb
Constant Summary collapse
- SUCCESS =
0
- ERR =
1
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => Hadoop::API::MetricsContext}, ERR => {:type => ::Thrift::Types::STRUCT, :name => 'err', :class => Hadoop::API::IOException} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
303 |
# File 'lib/thrift/hadoop_service_base.rb', line 303 def struct_fields; FIELDS; end |
#validate ⇒ Object
305 306 |
# File 'lib/thrift/hadoop_service_base.rb', line 305 def validate end |