Class: Storm::Nimbus::UploadChunk_args
- Inherits:
-
Object
- Object
- Storm::Nimbus::UploadChunk_args
- 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_fields ⇒ Object
672 |
# File 'lib/storm/thrift/nimbus.rb', line 672 def struct_fields; FIELDS; end |
#validate ⇒ Object
674 675 |
# File 'lib/storm/thrift/nimbus.rb', line 674 def validate end |