Package | Description |
---|---|
org.apache.hadoop.hbase.rest.model |
Modifier and Type | Field and Description |
---|---|
private List<ColumnSchemaModel> |
TableSchemaModel.columns |
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()
Returns the columns
|
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–2020 The Apache Software Foundation. All rights reserved.