Class: Apache::Hadoop::Hbase::Thrift::TIncrement

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

Overview

equivalents.

Constant Summary collapse

TABLE =
1
ROW =
2
COLUMN =
3
AMMOUNT =
4
FIELDS =
{
  TABLE => {:type => ::Thrift::Types::STRING, :name => 'table', :binary => true},
  ROW => {:type => ::Thrift::Types::STRING, :name => 'row', :binary => true},
  COLUMN => {:type => ::Thrift::Types::STRING, :name => 'column', :binary => true},
  AMMOUNT => {:type => ::Thrift::Types::I64, :name => 'ammount'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



155
# File 'lib/adapter/hbase/hbase_types.rb', line 155

def struct_fields; FIELDS; end

#validateObject



157
158
# File 'lib/adapter/hbase/hbase_types.rb', line 157

def validate
end