Package | Description |
---|---|
org.apache.hadoop.hbase.rest.model |
Modifier and Type | Field and Description |
---|---|
private List<TableRegionModel> |
TableInfoModel.regions |
Modifier and Type | Method and Description |
---|---|
TableRegionModel |
TableInfoModel.get(int index) |
Modifier and Type | Method and Description |
---|---|
List<TableRegionModel> |
TableInfoModel.getRegions()
Returns the regions
|
Modifier and Type | Method and Description |
---|---|
void |
TableInfoModel.add(TableRegionModel region)
Add a region model to the list
|
Modifier and Type | Method and Description |
---|---|
void |
TableInfoModel.setRegions(List<TableRegionModel> regions) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.