Uses of Class
org.apache.hadoop.hbase.rest.model.ColumnSchemaModel

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)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.