Package | Description |
---|---|
org.apache.hadoop.hbase.rest.model |
Modifier and Type | Method and Description |
---|---|
ColumnSchemaModel |
TableSchemaModel.getColumnFamily(int index)
Retrieve the column family at the given index from the table descriptor
|
Modifier and Type | Method and Description |
---|---|
List<ColumnSchemaModel> |
TableSchemaModel.getColumns() |
Modifier and Type | Method and Description |
---|---|
void |
TableSchemaModel.addColumnFamily(ColumnSchemaModel family)
Add a column family to the table descriptor
|
Modifier and Type | Method and Description |
---|---|
void |
TableSchemaModel.setColumns(List<ColumnSchemaModel> columns) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.