Class: Storm::KillOptions

Inherits:
Object
  • Object
show all
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_fieldsObject



728
# File 'lib/storm/thrift/storm_types.rb', line 728

def struct_fields; FIELDS; end

#validateObject



730
731
# File 'lib/storm/thrift/storm_types.rb', line 730

def validate
end