Class: Apache::Hadoop::Hbase::Thrift::Hbase::ScannerOpenWithPrefix_args

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

Constant Summary collapse

TABLENAME =
1
STARTANDPREFIX =
2
COLUMNS =
3
FIELDS =
{
  # name of table
  TABLENAME => {:type => ::Thrift::Types::STRING, :name => 'tableName', :binary => true},
  # the prefix (and thus start row) of the keys you want
  STARTANDPREFIX => {:type => ::Thrift::Types::STRING, :name => 'startAndPrefix', :binary => true},
  # the columns you want returned
  COLUMNS => {:type => ::Thrift::Types::LIST, :name => 'columns', :element => {:type => ::Thrift::Types::STRING, :binary => true}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



2071
2072
# File 'lib/thrift/hbase.rb', line 2071

def validate
end