Class: Zipkin::Dependencies
- Inherits:
-
Object
- Object
- Zipkin::Dependencies
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/zipkin_query/zipkin_dependencies_types.rb,
lib/thrift/thrift/gen-rb/zipkin_dependencies_types.rb
Constant Summary collapse
- START_TIME =
1
- END_TIME =
2
- LINKS =
3
- FIELDS =
{ START_TIME => {:type => ::Thrift::Types::I64, :name => 'start_time'}, END_TIME => {:type => ::Thrift::Types::I64, :name => 'end_time'}, LINKS => {:type => ::Thrift::Types::LIST, :name => 'links', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Zipkin::DependencyLink}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
66 |
# File 'lib/zipkin_query/zipkin_dependencies_types.rb', line 66 def struct_fields; FIELDS; end |
#validate ⇒ Object
68 69 |
# File 'lib/zipkin_query/zipkin_dependencies_types.rb', line 68 def validate end |