Class: Storm::KillOptions
- Inherits:
-
Object
- Object
- Storm::KillOptions
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/storm/thrift/storm_types.rb
Constant Summary collapse
- WAIT_SECS =
1
- FIELDS =
{ WAIT_SECS => {:type => ::Thrift::Types::I32, :name => 'wait_secs', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
728 |
# File 'lib/storm/thrift/storm_types.rb', line 728 def struct_fields; FIELDS; end |
#validate ⇒ Object
730 731 |
# File 'lib/storm/thrift/storm_types.rb', line 730 def validate end |