|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HColumnDescriptor | |
---|---|
org.apache.hadoop.hbase | Provides HBase, the Hadoop simple database. |
org.apache.hadoop.hbase.shell |
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. |
SortedMap<Text,HColumnDescriptor> |
HTableDescriptor.getFamilies()
|
Methods in org.apache.hadoop.hbase with parameters of type HColumnDescriptor | |
---|---|
void |
HMaster.addColumn(Text tableName,
HColumnDescriptor column)
Adds a column to the specified table |
void |
HBaseAdmin.addColumn(Text tableName,
HColumnDescriptor column)
Add a column to an existing table |
void |
HMasterInterface.addColumn(Text tableName,
HColumnDescriptor column)
Adds a column to the specified table |
void |
HTableDescriptor.addFamily(HColumnDescriptor family)
Adds a column family. |
Uses of HColumnDescriptor in org.apache.hadoop.hbase.shell |
---|
Methods in org.apache.hadoop.hbase.shell that return HColumnDescriptor | |
---|---|
protected HColumnDescriptor |
SchemaModificationCommand.getColumnDescriptor(String column,
Map<String,Object> columnSpec)
Given a column name and column spec, returns an instance of HColumnDescriptor representing the column spec. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |