Class: Concord::Thrift::ExecutorTaskInfoHelper

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

Constant Summary collapse

FRAMEWORKLOGGINGLEVEL =
1
USER =
2
FRAMEWORKVMODULE =
3
SCHEDULER =
4
PROXY =
5
CLIENT =
6
ROUTER =
14
EXECNAME =
7
FOLDER =
8
COMPUTATIONALIASNAME =
9
CLIENTARGUMENTS =
10
ENVIRONMENTEXTRA =
11
DOCKERCONTAINER =
12
RETRIES =
13
FIELDS =
{
  FRAMEWORKLOGGINGLEVEL => {:type => ::Thrift::Types::I32, :name => 'frameworkLoggingLevel', :default => 1},
  USER => {:type => ::Thrift::Types::STRING, :name => 'user'},
  FRAMEWORKVMODULE => {:type => ::Thrift::Types::STRING, :name => 'frameworkVModule'},
  SCHEDULER => {:type => ::Thrift::Types::STRUCT, :name => 'scheduler', :class => ::Concord::Thrift::Endpoint},
  PROXY => {:type => ::Thrift::Types::STRUCT, :name => 'proxy', :class => ::Concord::Thrift::Endpoint},
  CLIENT => {:type => ::Thrift::Types::STRUCT, :name => 'client', :class => ::Concord::Thrift::Endpoint},
  ROUTER => {:type => ::Thrift::Types::STRUCT, :name => 'router', :class => ::Concord::Thrift::Endpoint},
  EXECNAME => {:type => ::Thrift::Types::STRING, :name => 'execName'},
  FOLDER => {:type => ::Thrift::Types::STRING, :name => 'folder'},
  COMPUTATIONALIASNAME => {:type => ::Thrift::Types::STRING, :name => 'computationAliasName'},
  CLIENTARGUMENTS => {:type => ::Thrift::Types::LIST, :name => 'clientArguments', :element => {:type => ::Thrift::Types::STRING}},
  ENVIRONMENTEXTRA => {:type => ::Thrift::Types::LIST, :name => 'environmentExtra', :element => {:type => ::Thrift::Types::STRING}},
  DOCKERCONTAINER => {:type => ::Thrift::Types::STRING, :name => 'dockerContainer'},
  RETRIES => {:type => ::Thrift::Types::I32, :name => 'retries', :default => 0}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end