|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HColumnDescriptor | |
---|---|
org.apache.hadoop.hbase | Provides HBase, the Hadoop simple database. |
Uses of HColumnDescriptor in org.apache.hadoop.hbase |
---|
Methods in org.apache.hadoop.hbase that return types with arguments of type HColumnDescriptor | |
---|---|
TreeMap<Text,HColumnDescriptor> |
HTableDescriptor.families()
All the column families in this table. |
Methods in org.apache.hadoop.hbase with parameters of type HColumnDescriptor | |
---|---|
void |
HMaster.addColumn(Text tableName,
HColumnDescriptor column)
|
void |
HClient.addColumn(Text tableName,
HColumnDescriptor column)
Add a column to an existing table |
void |
HMasterInterface.addColumn(Text tableName,
HColumnDescriptor column)
|
void |
HTableDescriptor.addFamily(HColumnDescriptor family)
Add a column family. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |