Class: Concord::Thrift::RecordMetadata
- Inherits:
-
Object
- Object
- Concord::Thrift::RecordMetadata
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/bolt_types.rb
Constant Summary collapse
- TRACEID =
1
- SOURCESPANID =
2
- FLAGS =
3
- STREAM =
4
- TIMESTAMP =
5
- FIELDS =
{ TRACEID => {:type => ::Thrift::Types::I64, :name => 'traceId', :default => 0}, SOURCESPANID => {:type => ::Thrift::Types::I64, :name => 'sourceSpanId', :default => 0}, FLAGS => {:type => ::Thrift::Types::I32, :name => 'flags', :default => 0}, STREAM => {:type => ::Thrift::Types::I64, :name => 'stream', :default => 0}, TIMESTAMP => {:type => ::Thrift::Types::I64, :name => 'timestamp', :default => 0} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
281 |
# File 'lib/gen-rb/bolt_types.rb', line 281 def struct_fields; FIELDS; end |
#validate ⇒ Object
283 284 |
# File 'lib/gen-rb/bolt_types.rb', line 283 def validate end |