Class: Storm::DistributedRPC::Execute_args
- Inherits:
-
Object
- Object
- Storm::DistributedRPC::Execute_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/storm/thrift/distributed_r_p_c.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_fields ⇒ Object
62 |
# File 'lib/storm/thrift/distributed_r_p_c.rb', line 62 def struct_fields; FIELDS; end |
#validate ⇒ Object
64 65 |
# File 'lib/storm/thrift/distributed_r_p_c.rb', line 64 def validate end |