Class: Storm::Nimbus::Rebalance_args

Inherits:
Object
  • Object
show all
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 => RebalanceOptions}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end