Class: ThriftFlumeReport
- Inherits:
-
Object
- Object
- ThriftFlumeReport
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/flumereportserver_types.rb
Constant Summary collapse
- STRINGMETRICS =
3
- LONGMETRICS =
4
- DOUBLEMETRICS =
5
- FIELDS =
{ STRINGMETRICS => {:type => ::Thrift::Types::MAP, :name => 'stringMetrics', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}}, LONGMETRICS => {:type => ::Thrift::Types::MAP, :name => 'longMetrics', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::I64}}, DOUBLEMETRICS => {:type => ::Thrift::Types::MAP, :name => 'doubleMetrics', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::DOUBLE}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
20 |
# File 'lib/thrift/flumereportserver_types.rb', line 20 def struct_fields; FIELDS; end |
#validate ⇒ Object
22 23 |
# File 'lib/thrift/flumereportserver_types.rb', line 22 def validate end |