Class: Concord::Thrift::ComputationTx
- Inherits:
-
Object
- Object
- Concord::Thrift::ComputationTx
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/bolt_types.rb
Constant Summary collapse
- ID =
1
- RECORDS =
2
- TIMERS =
3
- FIELDS =
{ ID => {:type => ::Thrift::Types::I64, :name => 'id', :default => 0}, RECORDS => {:type => ::Thrift::Types::LIST, :name => 'records', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Concord::Thrift::Record}}, TIMERS => {:type => ::Thrift::Types::MAP, :name => 'timers', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::I64}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
325 |
# File 'lib/gen-rb/bolt_types.rb', line 325 def struct_fields; FIELDS; end |
#validate ⇒ Object
327 328 |
# File 'lib/gen-rb/bolt_types.rb', line 327 def validate end |