Class: Concord::Thrift::ComputationTx

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



325
# File 'lib/gen-rb/bolt_types.rb', line 325

def struct_fields; FIELDS; end

#validateObject



327
328
# File 'lib/gen-rb/bolt_types.rb', line 327

def validate
end