Class: Storm::DistributedRPC::Execute_result
- Inherits:
-
Object
- Object
- Storm::DistributedRPC::Execute_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/storm/thrift/distributed_r_p_c.rb
Constant Summary collapse
- SUCCESS =
0
- E =
1
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::STRING, :name => 'success'}, E => {:type => ::Thrift::Types::STRUCT, :name => 'e', :class => DRPCExecutionException} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
80 |
# File 'lib/storm/thrift/distributed_r_p_c.rb', line 80 def struct_fields; FIELDS; end |
#validate ⇒ Object
82 83 |
# File 'lib/storm/thrift/distributed_r_p_c.rb', line 82 def validate end |