Class: HbaseClient::Thrift::TAppend

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/hbase-client/thrift/hbase_types.rb

Overview

An Append object is used to specify the parameters for performing the append operation.

Constant Summary collapse

TABLE =
1
ROW =
2
COLUMNS =
3
VALUES =
4
FIELDS =
{
  TABLE => {:type => ::Thrift::Types::STRING, :name => 'table', :binary => true},
  ROW => {:type => ::Thrift::Types::STRING, :name => 'row', :binary => true},
  COLUMNS => {:type => ::Thrift::Types::LIST, :name => 'columns', :element => {:type => ::Thrift::Types::STRING, :binary => true}},
  VALUES => {:type => ::Thrift::Types::LIST, :name => 'values', :element => {:type => ::Thrift::Types::STRING, :binary => true}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



251
# File 'lib/hbase-client/thrift/hbase_types.rb', line 251

def struct_fields; FIELDS; end

#validateObject



253
254
# File 'lib/hbase-client/thrift/hbase_types.rb', line 253

def validate
end