Class: Storm::DistributedRPC::Execute_args

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

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

FUNCTIONNAME =
1
FUNCARGS =
2
FIELDS =
{
  FUNCTIONNAME => {:type => ::Thrift::Types::STRING, :name => 'functionName'},
  FUNCARGS => {:type => ::Thrift::Types::STRING, :name => 'funcArgs'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



62
# File 'lib/storm/thrift/distributed_rpc.rb', line 62

def struct_fields; FIELDS; end

#validateObject



64
65
# File 'lib/storm/thrift/distributed_rpc.rb', line 64

def validate
end