Class: Storm::Nimbus::KillTopologyWithOpts_args
- Inherits:
-
Object
- Object
- Storm::Nimbus::KillTopologyWithOpts_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/storm/thrift/nimbus.rb
Constant Summary collapse
- NAME =
1
- OPTIONS =
2
- FIELDS =
{ NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}, OPTIONS => {:type => ::Thrift::Types::STRUCT, :name => 'options', :class => KillOptions} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
507 |
# File 'lib/storm/thrift/nimbus.rb', line 507 def struct_fields; FIELDS; end |
#validate ⇒ Object
509 510 |
# File 'lib/storm/thrift/nimbus.rb', line 509 def validate end |