Class: Apache::Hadoop::Hbase::Thrift::BatchMutation

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/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_fieldsObject



126
# File 'lib/thrift/hbase_types.rb', line 126

def struct_fields; FIELDS; end

#validateObject



128
129
# File 'lib/thrift/hbase_types.rb', line 128

def validate
end