Class: Apache::Hadoop::Hbase::Thrift::Hbase::GetRows_args

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1718
1719
# File 'lib/thrift/hbase.rb', line 1718

def validate
end