Class: Concord::Thrift::TopologyMetadata
- Inherits:
-
Object
- Object
- Concord::Thrift::TopologyMetadata
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/gen-rb/bolt_types.rb
Constant Summary collapse
- VERSION =
1- COMPUTATIONS =
2- FRAMEWORKID =
3- KAFKABROKERLIST =
4- FIELDS =
{ VERSION => {:type => ::Thrift::Types::I32, :name => 'version', :default => 0}, COMPUTATIONS => {:type => ::Thrift::Types::MAP, :name => 'computations', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRUCT, :class => ::Concord::Thrift::PhysicalComputationLayout}}, FRAMEWORKID => {:type => ::Thrift::Types::STRING, :name => 'frameworkID'}, KAFKABROKERLIST => {:type => ::Thrift::Types::STRING, :name => 'kafkaBrokerList'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
257 |
# File 'lib/gen-rb/bolt_types.rb', line 257 def struct_fields; FIELDS; end |
#validate ⇒ Object
259 260 |
# File 'lib/gen-rb/bolt_types.rb', line 259 def validate end |