Uses of Class
org.apache.hadoop.hbase.InvalidColumnNameException

Packages that use InvalidColumnNameException
org.apache.hadoop.hbase Provides HBase, the Hadoop simple database. 
 

Uses of InvalidColumnNameException in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that throw InvalidColumnNameException
static Text HStoreKey.extractFamily(Text col)
          Extracts the column family name from a column For example, returns 'info' if the specified column was 'info:server'
static Text HStoreKey.extractFamily(Text col, boolean withColon)
          Extracts the column family name from a column For example, returns 'info' if the specified column was 'info:server'
static Text HStoreKey.extractQualifier(Text col)
          Extracts the column qualifier, the portion that follows the colon (':') family/qualifier separator.
 boolean HStoreKey.matchesRowFamily(HStoreKey that)
           
 



Copyright © 2006 The Apache Software Foundation