Class: Storm::Nimbus::GetTopologyInfo_result

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

Constant Summary collapse

SUCCESS =
0
E =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => TopologyInfo},
  E => {:type => ::Thrift::Types::STRUCT, :name => 'e', :class => NotAliveException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



847
# File 'lib/storm/thrift/nimbus.rb', line 847

def struct_fields; FIELDS; end

#validateObject



849
850
# File 'lib/storm/thrift/nimbus.rb', line 849

def validate
end