Class: Storm::DistributedRPC::Execute_result

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/storm/thrift/distributed_rpc.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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end