@InterfaceAudience.Private public class CatalogJanitorReport extends Object
| Constructor and Description |
|---|
CatalogJanitorReport() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCreateTime() |
List<byte[]> |
getEmptyRegionInfo() |
List<Pair<RegionInfo,RegionInfo>> |
getHoles() |
Map<RegionInfo,Result> |
getMergedRegions() |
List<Pair<RegionInfo,RegionInfo>> |
getOverlaps() |
List<Pair<RegionInfo,ServerName>> |
getUnknownServers() |
boolean |
isEmpty()
Returns True if an 'empty' lastReport -- no problems found.
|
String |
toString() |
public long getCreateTime()
public List<Pair<RegionInfo,RegionInfo>> getHoles()
public List<Pair<RegionInfo,RegionInfo>> getOverlaps()
where we aggregate overlaps for a single 'merge'
call.public Map<RegionInfo,Result> getMergedRegions()
public List<Pair<RegionInfo,ServerName>> getUnknownServers()
public List<byte[]> getEmptyRegionInfo()
public boolean isEmpty()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.