Uses of Class
org.apache.hadoop.hbase.rest.model.ColumnSchemaModel
Packages that use ColumnSchemaModel
-
Uses of ColumnSchemaModel in org.apache.hadoop.hbase.rest.model
Fields in org.apache.hadoop.hbase.rest.model with type parameters of type ColumnSchemaModelMethods in org.apache.hadoop.hbase.rest.model that return ColumnSchemaModelModifier and TypeMethodDescriptionTableSchemaModel.getColumnFamily
(int index) Retrieve the column family at the given index from the table descriptorMethods in org.apache.hadoop.hbase.rest.model that return types with arguments of type ColumnSchemaModelMethods in org.apache.hadoop.hbase.rest.model with parameters of type ColumnSchemaModelModifier and TypeMethodDescriptionvoid
TableSchemaModel.addColumnFamily
(ColumnSchemaModel family) Add a column family to the table descriptorMethod parameters in org.apache.hadoop.hbase.rest.model with type arguments of type ColumnSchemaModelModifier and TypeMethodDescriptionvoid
TableSchemaModel.setColumns
(List<ColumnSchemaModel> columns)