Class: Zipkin::DependencyLink

Inherits:
Object
  • Object
show all
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

PARENT =
1
CHILD =
2
DURATION_MOMENTS =
3
FIELDS =
{
  PARENT => {:type => ::Thrift::Types::STRING, :name => 'parent'},
  CHILD => {:type => ::Thrift::Types::STRING, :name => 'child'},
  DURATION_MOMENTS => {:type => ::Thrift::Types::STRUCT, :name => 'duration_moments', :class => ::Zipkin::Moments}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



46
# File 'lib/zipkin_query/zipkin_dependencies_types.rb', line 46

def struct_fields; FIELDS; end

#validateObject



48
49
# File 'lib/zipkin_query/zipkin_dependencies_types.rb', line 48

def validate
end