@InterfaceAudience.Private @InterfaceStability.Evolving public class HbckTableInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addRegionInfo(HbckRegionInfo hir) |
void |
addServer(ServerName server) |
boolean |
checkRegionChain(TableIntegrityErrorHandler handler)
Check the region chain (from META) of this table.
|
TableName |
getName() |
int |
getNumRegions() |
org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<RegionInfo> |
getRegionsFromMeta(TreeMap<String,HbckRegionInfo> regionInfoMap) |
public void addRegionInfo(HbckRegionInfo hir)
public void addServer(ServerName server)
public TableName getName()
public int getNumRegions()
public org.apache.hbase.thirdparty.com.google.common.collect.ImmutableList<RegionInfo> getRegionsFromMeta(TreeMap<String,HbckRegionInfo> regionInfoMap)
public boolean checkRegionChain(TableIntegrityErrorHandler handler) throws IOException
IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.