Class: Hadoop::API::HadoopServiceBase::GetMetricsContext_args
- Inherits:
-
Object
- Object
- Hadoop::API::HadoopServiceBase::GetMetricsContext_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/hadoop_service_base.rb
Constant Summary collapse
- CTX =
10
- CONTEXTNAME =
1
- FIELDS =
{ CTX => {:type => ::Thrift::Types::STRUCT, :name => 'ctx', :class => Hadoop::API::RequestContext}, CONTEXTNAME => {:type => ::Thrift::Types::STRING, :name => 'contextName'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
285 |
# File 'lib/thrift/hadoop_service_base.rb', line 285 def struct_fields; FIELDS; end |
#validate ⇒ Object
287 288 |
# File 'lib/thrift/hadoop_service_base.rb', line 287 def validate end |