|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.RestoreMetaChanges
public static class RestoreSnapshotHelper.RestoreMetaChanges
Describe the set of operations needed to update hbase:meta after restore.
Method Summary | |
---|---|
List<HRegionInfo> |
getRegionsToAdd()
Returns the list of new regions added during the on-disk restore. |
List<HRegionInfo> |
getRegionsToRemove()
Returns the list of regions removed during the on-disk restore. |
List<HRegionInfo> |
getRegionsToRestore()
Returns the list of 'restored regions' during the on-disk restore. |
boolean |
hasRegionsToAdd()
|
boolean |
hasRegionsToRemove()
|
boolean |
hasRegionsToRestore()
|
void |
updateMetaParentRegions(CatalogTracker catalogTracker,
List<HRegionInfo> regionInfos)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean hasRegionsToAdd()
public List<HRegionInfo> getRegionsToAdd()
public boolean hasRegionsToRestore()
public List<HRegionInfo> getRegionsToRestore()
public boolean hasRegionsToRemove()
public List<HRegionInfo> getRegionsToRemove()
public void updateMetaParentRegions(CatalogTracker catalogTracker, List<HRegionInfo> regionInfos) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |