Class: Apache::Hadoop::Hbase::Thrift::Hbase::GetRowTs_args
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::Hbase::GetRowTs_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/massive_record/adapters/thrift/hbase/hbase.rb
Constant Summary collapse
- TABLENAME =
1
- ROW =
2
- TIMESTAMP =
3
- FIELDS =
{ # name of the table TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true}, # row key ROW => {:type => ::Thrift::Types::STRING, :name => 'row', :binary => true}, # timestamp TIMESTAMP => {:type => ::Thrift::Types::I64, :name => 'timestamp'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1632 |
# File 'lib/massive_record/adapters/thrift/hbase/hbase.rb', line 1632 def struct_fields; FIELDS; end |
#validate ⇒ Object
1634 1635 |
# File 'lib/massive_record/adapters/thrift/hbase/hbase.rb', line 1634 def validate end |