public static class CatalogJanitor.Report extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCreateTime() |
List<byte[]> |
getEmptyRegionInfo() |
List<Pair<RegionInfo,RegionInfo>> |
getHoles() |
List<Pair<RegionInfo,RegionInfo>> |
getOverlaps() |
List<Pair<RegionInfo,ServerName>> |
getUnknownServers() |
boolean |
isEmpty() |
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 List<Pair<RegionInfo,ServerName>> getUnknownServers()
public List<byte[]> getEmptyRegionInfo()
public boolean isEmpty()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.