Class: Storm::Nimbus::UploadChunk_args

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

Constant Summary collapse

LOCATION =
1
CHUNK =
2
FIELDS =
{
  LOCATION => {:type => ::Thrift::Types::STRING, :name => 'location'},
  CHUNK => {:type => ::Thrift::Types::STRING, :name => 'chunk', :binary => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end