Class: Apache::Hadoop::Hbase::Thrift::Hbase::GetVer_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
COLUMN =
3
NUMVERSIONS =
4
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},
  # number of versions to retrieve
  NUMVERSIONS => {:type => ::Thrift::Types::I32, :name => 'numVersions'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



1362
1363
# File 'lib/thrift/hbase.rb', line 1362

def validate
end