Class: Storm::Nimbus::SubmitTopology_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/storm/thrift/nimbus.rb

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

NAME =
1
UPLOADEDJARLOCATION =
2
JSONCONF =
3
TOPOLOGY =
4
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  UPLOADEDJARLOCATION => {:type => ::Thrift::Types::STRING, :name => 'uploadedJarLocation'},
  JSONCONF => {:type => ::Thrift::Types::STRING, :name => 'jsonConf'},
  TOPOLOGY => {:type => ::Thrift::Types::STRUCT, :name => 'topology', :class => StormTopology}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



439
# File 'lib/storm/thrift/nimbus.rb', line 439

def struct_fields; FIELDS; end

#validateObject



441
442
# File 'lib/storm/thrift/nimbus.rb', line 441

def validate
end