Class: Apache::Hadoop::Hbase::Thrift::TIncrement
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::TIncrement
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/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_fields ⇒ Object
155 |
# File 'lib/hbase/hbase_types.rb', line 155 def struct_fields; FIELDS; end |
#validate ⇒ Object
157 158 |
# File 'lib/hbase/hbase_types.rb', line 157 def validate end |