Class: Apache::Hadoop::Hbase::Thrift::BatchMutation
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::BatchMutation
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase/hbase_types.rb
Overview
A BatchMutation object is used to apply a number of Mutations to a single row.
Constant Summary collapse
- ROW =
1
- MUTATIONS =
2
- FIELDS =
{ ROW => {:type => ::Thrift::Types::STRING, :name => 'row', :binary => true}, MUTATIONS => {:type => ::Thrift::Types::LIST, :name => 'mutations', :element => {:type => ::Thrift::Types::STRUCT, :class => ::Apache::Hadoop::Hbase::Thrift::Mutation}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
131 |
# File 'lib/hbase/hbase_types.rb', line 131 def struct_fields; FIELDS; end |
#validate ⇒ Object
133 134 |
# File 'lib/hbase/hbase_types.rb', line 133 def validate end |