Class: Concord::Thrift::ComputationService::BoltProcessTimer_args
- Inherits:
-
Object
- Object
- Concord::Thrift::ComputationService::BoltProcessTimer_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/computation_service.rb
Constant Summary collapse
- KEY =
1
- TIME =
2
- FIELDS =
{ KEY => {:type => ::Thrift::Types::STRING, :name => 'key'}, TIME => {:type => ::Thrift::Types::I64, :name => 'time'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
267 |
# File 'lib/gen-rb/computation_service.rb', line 267 def struct_fields; FIELDS; end |
#validate ⇒ Object
269 270 |
# File 'lib/gen-rb/computation_service.rb', line 269 def validate end |