Class: HbaseClient::Thrift::Hbase::Get_args
- Inherits:
-
Object
- Object
- HbaseClient::Thrift::Hbase::Get_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/hbase-client/thrift/hbase.rb
Constant Summary collapse
- TABLENAME =
1
- ROW =
2
- COLUMN =
3
- ATTRIBUTES =
4
- FIELDS =
{ # name of table TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true}, # row key ROW => {:type => ::Thrift::Types::STRING, :name => 'row', :binary => true}, # column name COLUMN => {:type => ::Thrift::Types::STRING, :name => 'column', :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
1615 |
# File 'lib/hbase-client/thrift/hbase.rb', line 1615 def struct_fields; FIELDS; end |
#validate ⇒ Object
1617 1618 |
# File 'lib/hbase-client/thrift/hbase.rb', line 1617 def validate end |