Class: Apache::Hadoop::Hbase::Thrift::Hbase::GetRowOrBefore_args

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

Constant Summary collapse

TABLENAME =
1
ROW =
2
FAMILY =
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},
  # column name
  FAMILY => {:type => ::Thrift::Types::STRING, :name => 'family', :binary => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



2900
# File 'lib/adapter/hbase/hbase.rb', line 2900

def struct_fields; FIELDS; end

#validateObject



2902
2903
# File 'lib/adapter/hbase/hbase.rb', line 2902

def validate
end