Class: Concord::Thrift::BoltMetricsService::Histogram_args
- Inherits:
-
Object
- Object
- Concord::Thrift::BoltMetricsService::Histogram_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/bolt_metrics_service.rb
Constant Summary collapse
- NAME =
1
- MEASURE =
2
- FIELDS =
{ NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}, MEASURE => {:type => ::Thrift::Types::I64, :name => 'measure'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
207 |
# File 'lib/gen-rb/bolt_metrics_service.rb', line 207 def struct_fields; FIELDS; end |
#validate ⇒ Object
209 210 |
# File 'lib/gen-rb/bolt_metrics_service.rb', line 209 def validate end |