Class: Concord::Thrift::BoltSchedulerService::ScaleComputation_args
- Inherits:
-
Object
- Object
- Concord::Thrift::BoltSchedulerService::ScaleComputation_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/bolt_scheduler_service.rb
Constant Summary collapse
- COMPUTATIONNAME =
1- INSTANCES =
2- FIELDS =
{ COMPUTATIONNAME => {:type => ::Thrift::Types::STRING, :name => 'computationName'}, INSTANCES => {:type => ::Thrift::Types::I64, :name => 'instances'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
267 |
# File 'lib/gen-rb/bolt_scheduler_service.rb', line 267 def struct_fields; FIELDS; end |
#validate ⇒ Object
269 270 |
# File 'lib/gen-rb/bolt_scheduler_service.rb', line 269 def validate end |