Class: HbaseClient::Thrift::Hbase::GetRows_args
- Inherits:
-
Object
- Object
- HbaseClient::Thrift::Hbase::GetRows_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase-client/thrift/hbase.rb
Constant Summary collapse
- TABLENAME =
1
- ROWS =
2
- ATTRIBUTES =
3
- 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}}, # 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
1928 |
# File 'lib/hbase-client/thrift/hbase.rb', line 1928 def struct_fields; FIELDS; end |
#validate ⇒ Object
1930 1931 |
# File 'lib/hbase-client/thrift/hbase.rb', line 1930 def validate end |