Class: Apache::Hadoop::Hbase::Thrift::Mutation

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct
Defined in:
lib/gen-rb/hbase_types.rb

Overview

A Mutation object is used to either update or delete a column-value.

Constant Summary collapse

ISDELETE =
1
COLUMN =
2
VALUE =
3
FIELDS =
{
  ISDELETE => {:type => ::Thrift::Types::BOOL, :name => 'isDelete', :default => false},
  COLUMN => {:type => ::Thrift::Types::STRING, :name => 'column'},
  VALUE => {:type => ::Thrift::Types::STRING, :name => 'value'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



108
# File 'lib/gen-rb/hbase_types.rb', line 108

def struct_fields; FIELDS; end

#validateObject



110
111
# File 'lib/gen-rb/hbase_types.rb', line 110

def validate
end