Class: HbaseClient::Thrift::Hbase::GetRowWithColumnsTs_args
- Inherits:
-
Object
- Object
- HbaseClient::Thrift::Hbase::GetRowWithColumnsTs_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase-client/thrift/hbase.rb
Constant Summary collapse
- TABLENAME =
1
- ROW =
2
- COLUMNS =
3
- TIMESTAMP =
4
- ATTRIBUTES =
5
- FIELDS =
{ # name of table TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true}, # row key ROW => {:type => ::Thrift::Types::STRING, :name => 'row', :binary => true}, # List of columns to return, null for all columns COLUMNS => {:type => ::Thrift::Types::LIST, :name => 'columns', :element => {:type => ::Thrift::Types::STRING, :binary => true}}, TIMESTAMP => {:type => ::Thrift::Types::I64, :name => 'timestamp'}, # Get attributes ATTRIBUTES => {:type => ::Thrift::Types::MAP, :name => 'attributes', :key => {:type => ::Thrift::Types::STRING, :binary => true}, :value => {:type => ::Thrift::Types::STRING, :binary => true}} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1887 |
# File 'lib/hbase-client/thrift/hbase.rb', line 1887 def struct_fields; FIELDS; end |
#validate ⇒ Object
1889 1890 |
# File 'lib/hbase-client/thrift/hbase.rb', line 1889 def validate end |