|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnSchemaModel | |
---|---|
org.apache.hadoop.hbase.rest.model |
Uses of ColumnSchemaModel in org.apache.hadoop.hbase.rest.model |
---|
Methods in org.apache.hadoop.hbase.rest.model that return ColumnSchemaModel | |
---|---|
ColumnSchemaModel |
TableSchemaModel.getColumnFamily(int index)
Retrieve the column family at the given index from the table descriptor |
Methods in org.apache.hadoop.hbase.rest.model that return types with arguments of type ColumnSchemaModel | |
---|---|
List<ColumnSchemaModel> |
TableSchemaModel.getColumns()
|
Methods in org.apache.hadoop.hbase.rest.model with parameters of type ColumnSchemaModel | |
---|---|
void |
TableSchemaModel.addColumnFamily(ColumnSchemaModel family)
Add a column family to the table descriptor |
Method parameters in org.apache.hadoop.hbase.rest.model with type arguments of type ColumnSchemaModel | |
---|---|
void |
TableSchemaModel.setColumns(List<ColumnSchemaModel> columns)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |