Class: Apache::Hadoop::Hbase::Thrift::Hbase::AtomicIncrement_args

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

Constant Summary collapse

TABLENAME =
1
ROW =
2
COLUMN =
3
VALUE =
4
FIELDS =
{
  # name of table
  TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true},
  # row to increment
  ROW => {:type => ::Thrift::Types::STRING, :name => 'row', :binary => true},
  # name of column
  COLUMN => {:type => ::Thrift::Types::STRING, :name => 'column', :binary => true},
  # amount to increment by
  VALUE => {:type => ::Thrift::Types::I64, :name => 'value'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2049
# File 'lib/thrift/hbase.rb', line 2049

def struct_fields; FIELDS; end

#validateObject



2051
2052
# File 'lib/thrift/hbase.rb', line 2051

def validate
end