Sha256: 0273f8319993486c9b79004f7227e9e481aef84715ed6d835e326e6d627ef80c
Contents?: true
Size: 876 Bytes
Versions: 1
Compression:
Stored size: 876 Bytes
Contents
# # Autogenerated by Thrift Compiler (0.8.0) # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # class ThriftFlumeReport include ::Thrift::Struct, ::Thrift::Struct_Union 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}} } def struct_fields; FIELDS; end def validate end ::Thrift::Struct.generate_accessors self end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
floom-0.0.1 | lib/thrift/flumereportserver_types.rb |