Class: Concord::Thrift::RichStream

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen-rb/bolt_types.rb

Constant Summary collapse

STREAM =
1
COMPUTATIONNAME =
2
ENDPOINTS =
3
FIELDS =
{
  STREAM => {:type => ::Thrift::Types::STRUCT, :name => 'stream', :class => ::Concord::Thrift::StreamMetadata},
  COMPUTATIONNAME => {:type => ::Thrift::Types::STRING, :name => 'computationName'},
  ENDPOINTS => {:type => ::Thrift::Types::LIST, :name => 'endpoints', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Concord::Thrift::Endpoint}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end