|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextSequence | |
---|---|
org.apache.hadoop.hbase | Provides Hbase, the Hadoop simple database. |
Uses of TextSequence in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase that return TextSequence | |
---|---|
static TextSequence |
HStoreKey.extractFamily(Text col)
Extracts the column family name from a column For example, returns 'info' if the specified column was 'info:server' |
static TextSequence |
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 TextSequence |
HStoreKey.extractQualifier(Text col)
Extracts the column qualifier, the portion that follows the colon (':') family/qualifier separator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |