Class: Concord::Thrift::TopologyMetadata

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



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end