Class: Apache::Hadoop::Hbase::Thrift::Hbase::GetRowsWithColumnsTs_args
- Inherits:
-
Object
- Object
- Apache::Hadoop::Hbase::Thrift::Hbase::GetRowsWithColumnsTs_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/thrift/hbase/hbase.rb
Constant Summary collapse
- TABLENAME =
1- ROWS =
2- COLUMNS =
3- TIMESTAMP =
4- FIELDS =
{ # name of table TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true}, # row keys ROWS => {:type => ::Thrift::Types::LIST, :name => 'rows', :element => {:type => ::Thrift::Types::STRING, :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'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
1865 |
# File 'lib/thrift/hbase/hbase.rb', line 1865 def struct_fields; FIELDS; end |
#validate ⇒ Object
1867 1868 |
# File 'lib/thrift/hbase/hbase.rb', line 1867 def validate end |