Class: FlumeMasterAdminServer::GetConfigs_result
- Inherits:
-
Object
- Object
- FlumeMasterAdminServer::GetConfigs_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/flume_master_admin_server.rb
Constant Summary collapse
- SUCCESS =
0
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::MAP, :name => 'success', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => ThriftFlumeConfigData}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
349 |
# File 'lib/thrift/flume_master_admin_server.rb', line 349 def struct_fields; FIELDS; end |
#validate ⇒ Object
351 352 |
# File 'lib/thrift/flume_master_admin_server.rb', line 351 def validate end |