Class | Apache::Hadoop::Hbase::Thrift::Hbase::Get_args |
In: |
lib/thrift/hbase.rb
|
Parent: | Object |
TABLENAME | = | 1 |
ROW | = | 2 |
COLUMN | = | 3 |
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} |