Class: Concord::Thrift::ComputationMetadata

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

Constant Summary collapse

NAME =
1
TASKID =
2
ISTREAMS =
3
OSTREAMS =
4
PROXYENDPOINT =
5
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  TASKID => {:type => ::Thrift::Types::STRING, :name => 'taskId'},
  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}},
  PROXYENDPOINT => {:type => ::Thrift::Types::STRUCT, :name => 'proxyEndpoint', :class => ::Concord::Thrift::Endpoint}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end