Class: Apache::Hadoop::Hbase::Thrift::Hbase::GetRowWithColumns_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/thrift/hbase.rb

Constant Summary collapse

TABLENAME =
1
ROW =
2
COLUMNS =
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},
  # List of columns to return, null for all columns
  COLUMNS => {:type => ::Thrift::Types::LIST, :name => 'columns', :element => {:type => ::Thrift::Types::STRING, :binary => true}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1486
# File 'lib/thrift/hbase.rb', line 1486

def struct_fields; FIELDS; end

#validateObject



1488
1489
# File 'lib/thrift/hbase.rb', line 1488

def validate
end