Class: HbaseClient::Thrift::Hbase::AtomicIncrement_args
- Inherits:
-
Object
- Object
- HbaseClient::Thrift::Hbase::AtomicIncrement_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase-client/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_fields ⇒ Object
2282 |
# File 'lib/hbase-client/thrift/hbase.rb', line 2282 def struct_fields; FIELDS; end |
#validate ⇒ Object
2284 2285 |
# File 'lib/hbase-client/thrift/hbase.rb', line 2284 def validate end |