Class: Apache::Hadoop::Hbase::Thrift::Hbase::GetRowsWithColumns_args

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

Constant Summary collapse

TABLENAME =
1
ROWS =
2
COLUMNS =
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}},
	# 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



1754
# File 'lib/massive_record/adapters/thrift/hbase/hbase.rb', line 1754

def struct_fields; FIELDS; end

#validateObject



1756
1757
# File 'lib/massive_record/adapters/thrift/hbase/hbase.rb', line 1756

def validate
end