Class: Concord::Thrift::PhysicalComputationLayout
- Inherits:
-
Object
- Object
- Concord::Thrift::PhysicalComputationLayout
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/bolt_types.rb
Constant Summary collapse
- NAME =
1
- ISTREAMS =
2
- OSTREAMS =
3
- NODES =
4
- FIELDS =
{ NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}, ISTREAMS => {:type => ::Thrift::Types::LIST, :name => 'istreams', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Concord::Thrift::StreamMetadata}}, OSTREAMS => {:type => ::Thrift::Types::LIST, :name => 'ostreams', :element => {:type => ::Thrift::Types::STRING}}, NODES => {:type => ::Thrift::Types::LIST, :name => 'nodes', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Concord::Thrift::PhysicalComputationMetadata}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
217 |
# File 'lib/gen-rb/bolt_types.rb', line 217 def struct_fields; FIELDS; end |
#validate ⇒ Object
219 220 |
# File 'lib/gen-rb/bolt_types.rb', line 219 def validate end |